File tree 4 files changed +13
-11
lines changed
4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 33
33
"styles" : " pnpm styles:start" ,
34
34
"styles:play" : " pnpm --filter design-system-styles play" ,
35
35
"styles:start" : " pnpm --filter design-system-styles start" ,
36
- "styles:build" : " pnpm turbo run build --filter=@swisspost/ design-system-styles" ,
36
+ "styles:build" : " pnpm --filter design-system-styles build " ,
37
37
"styles:unit" : " pnpm --filter design-system-styles unit" ,
38
38
"styles:lint" : " pnpm --filter design-system-styles lint" ,
39
39
"styles:lint:fix" : " pnpm --filter design-system-styles lint:fix" ,
Original file line number Diff line number Diff line change 21
21
"scripts" : {
22
22
"play" : " vite --open" ,
23
23
"start" : " gulp watch" ,
24
- "build" : " pnpm clean && gulp build" ,
25
- "clean" : " rimraf out-tsc dist src/tokens/temp" ,
24
+ "build" : " pnpm turbo run build:force" ,
25
+ "build:force" : " pnpm clean && gulp build" ,
26
+ "clean" : " rimraf dist src/tokens/temp" ,
26
27
"unit" : " gulp sass:tests" ,
27
28
"lint" : " stylelint src/**/*.scss !src/tokens/temp/**" ,
28
29
"lint:fix" : " stylelint src/**/*.scss !src/tokens/temp/** --fix" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : [" //" ],
3
+ "tasks" : {
4
+ "build:force" : {
5
+ "outputs" : [" dist/**" , " src/tokens/temp/**" ]
6
+ }
7
+ }
8
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "tasks" : {
3
- "build" : {
4
- "dependsOn" : [" ^build" ]
5
- },
6
- "styles#build" : {
7
- "outputs" : [" out-tsc/**" , " dist/**" , " src/tokens/temp/**" ]
8
- }
9
- }
2
+ "tasks" : {}
10
3
}
You can’t perform that action at this time.
0 commit comments