Skip to content

Commit f2b2576

Browse files
committed
🔧 make running tests easier
1 parent cc7a543 commit f2b2576

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"eslint-config-node",
2727
"eslint-config-typescript",
2828
"eslint-config-browser",
29-
"eslint-config-react",
30-
"test/eslint/node"
29+
"eslint-config-react"
3130
],
3231
"scripts": {
3332
"bump": "scripts/bump.sh",
34-
"upgrade-packages": "scripts/upgrade-packages.sh"
33+
"upgrade-packages": "scripts/upgrade-packages.sh",
34+
"test": "npm run test --ws"
3535
},
3636
"devDependencies": {
3737
"@dudeofawesome/code-style": "^1.0.0"

0 commit comments

Comments
 (0)