File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 30
30
"build" : " pnpm run build:meta && pnpm run build:ts && pnpm run build:types" ,
31
31
"build:meta" : " pnpm run ts ./tools/update-meta.ts" ,
32
32
"build:ts" : " tsc --project ./tsconfig.build.json" ,
33
- "build:types" : " pnpm run ts ./tools/update-rule-types.ts && copyfiles -f ./src/rule-types.d.ts ./lib " ,
33
+ "build:types" : " pnpm run ts ./tools/update-rule-types.ts" ,
34
34
"clean" : " rimraf .nyc_output lib coverage build .svelte-kit svelte.config-dist.js" ,
35
35
"cover" : " nyc --reporter=lcov pnpm run test" ,
36
36
"debug" : " pnpm run mocha \" tests/src/**/*.ts\" --reporter dot --timeout 60000" ,
121
121
"@typescript/vfs" : " ^1.5.0" ,
122
122
"acorn" : " ^8.11.3" ,
123
123
"assert" : " ^2.1.0" ,
124
- "copyfiles" : " ^2.4.1" ,
125
124
"cross-spawn" : " ^7.0.3" ,
126
125
"env-cmd" : " ^10.1.0" ,
127
126
"esbuild" : " ^0.20.2" ,
Original file line number Diff line number Diff line change 7
7
" vite.config.mts" ,
8
8
" docs-svelte-kit/**/*.mts"
9
9
],
10
- "compilerOptions" : {
11
- "removeComments" : true /* Do not emit comments to output. */
12
- }
13
10
}
You can’t perform that action at this time.
0 commit comments