File tree 3 files changed +17
-12
lines changed
3 files changed +17
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ version : {
3
+ IN_VERSION_SCRIPT : "true" ,
4
+ } ,
5
+ "version-ci" : {
6
+ IN_VERSION_CI_SCRIPT : "true" ,
7
+ } ,
8
+ debug : {
9
+ DEBUG : "eslint-plugin-svelte*" ,
10
+ } ,
11
+ sveltekit : {
12
+ NODE_OPTIONS : `--experimental-loader ./svelte-kit-import-hook.mjs ${
13
+ process . env . NODE_OPTIONS || ""
14
+ } `,
15
+ } ,
16
+ }
Original file line number Diff line number Diff line change 48
48
"prepare" : " simple-git-hooks" ,
49
49
"prerelease" : " pnpm run clean && pnpm run build" ,
50
50
"release" : " changeset publish" ,
51
- "svelte-kit" : " node --experimental-loader ./svelte-kit-import-hook.mjs node_modules/vite/bin/vite.js" ,
51
+ "svelte-kit" : " env-cmd -e sveltekit node node_modules/vite/bin/vite.js" ,
52
52
"test" : " pnpm run mocha \" tests/src/**/*.ts\" --reporter dot --timeout 60000" ,
53
53
"test:debug" : " env-cmd -e debug pnpm run test" ,
54
54
"ts" : " node -r esbuild-register" ,
You can’t perform that action at this time.
0 commit comments