Skip to content

Commit a0381a0

Browse files
authored
chore: minor changes to the script (#228)
1 parent 7380a60 commit a0381a0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.env-cmdrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"version": {
33
"IN_VERSION_SCRIPT": "true"
4+
},
5+
"debug": {
6+
"DEBUG": "eslint-plugin-svelte*"
47
}
58
}

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.env-cmdrc

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@
4444
"prebuild": "yarn clean",
4545
"prepare": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
4646
"prerelease": "yarn clean && yarn build",
47-
"pretest": "yarn build",
4847
"release": "changeset publish",
4948
"svelte-kit": "node --experimental-loader ./svelte-kit-import-hook.mjs node_modules/vite/bin/vite.js",
5049
"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",
5251
"ts": "node -r esbuild-register",
5352
"typecov": "type-coverage",
5453
"update": "yarn ts ./tools/update.ts && yarn format-for-gen-file",
@@ -113,7 +112,6 @@
113112
"@typescript-eslint/parser-v4": "npm:@typescript-eslint/parser@4",
114113
"assert": "^2.0.0",
115114
"commitlint": "^17.0.3",
116-
"cross-env": "^7.0.3",
117115
"env-cmd": "^10.1.0",
118116
"esbuild": "^0.15.0",
119117
"esbuild-register": "^3.2.0",

0 commit comments

Comments
 (0)