File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 20
20
"build" : " tsc && cp svg.d.ts dist/" ,
21
21
"pre-test" : " npx playwright install && npm link && cd test-app && npm run pre-test" ,
22
22
"test" : " cd test-app && npm run test" ,
23
- "test:all" : " npm ci && npm run build && npm run pre-test && npm run test"
23
+ "test:all" : " npm ci && npm run build && npm run pre-test && npm run test" ,
24
+ "clean" : " rimraf dist && rimraf node_modules" ,
25
+ "clean:test-app" : " rimraf test-app/node_modules && rimraf test-app/build && rimraf test-app/test-results" ,
26
+ "clean:all" : " npm run clean:test-app && npm run clean" ,
27
+ "bootstrap" : " npm ci && cd test-app && npm ci"
24
28
},
25
29
"main" : " dist/index.js" ,
26
30
"types" : " dist/index.d.ts" ,
76
80
"eslint" : " ^8.56.0" ,
77
81
"eslint-config-prettier" : " ^8.10.0" ,
78
82
"eslint-plugin-prettier" : " ^5.1.2" ,
83
+ "rimraf" : " ^5.0.5" ,
79
84
"svelte" : " ^4.2.8" ,
80
85
"svelte-check" : " ^3.6.2" ,
81
86
"svelte-preprocess" : " ^5.1.3" ,
You can’t perform that action at this time.
0 commit comments