File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"version": {
3
3
"IN_VERSION_SCRIPT": "true"
4
+ },
5
+ "debug": {
6
+ "DEBUG": "eslint-plugin-svelte*"
4
7
}
5
8
}
Original file line number Diff line number Diff line change
1
+ .env-cmdrc
Original file line number Diff line number Diff line change 44
44
"prebuild" : " yarn clean" ,
45
45
"prepare" : " simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0" ,
46
46
"prerelease" : " yarn clean && yarn build" ,
47
- "pretest" : " yarn build" ,
48
47
"release" : " changeset publish" ,
49
48
"svelte-kit" : " node --experimental-loader ./svelte-kit-import-hook.mjs node_modules/vite/bin/vite.js" ,
50
49
"test" : " yarn mocha \" tests/src/**/*.ts\" --reporter dot --timeout 60000" ,
51
- "test:debug" : " cross- env DEBUG=eslint-plugin-svelte* yarn test" ,
50
+ "test:debug" : " env-cmd -e debug yarn test" ,
52
51
"ts" : " node -r esbuild-register" ,
53
52
"typecov" : " type-coverage" ,
54
53
"update" : " yarn ts ./tools/update.ts && yarn format-for-gen-file" ,
113
112
"@typescript-eslint/parser-v4" : " npm:@typescript-eslint/parser@4" ,
114
113
"assert" : " ^2.0.0" ,
115
114
"commitlint" : " ^17.0.3" ,
116
- "cross-env" : " ^7.0.3" ,
117
115
"env-cmd" : " ^10.1.0" ,
118
116
"esbuild" : " ^0.15.0" ,
119
117
"esbuild-register" : " ^3.2.0" ,
You can’t perform that action at this time.
0 commit comments