Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit e409112

Browse files
committed
fix: npm script temp workaround
1 parent 6247751 commit e409112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"release": "npmpub --verbose",
7070
"stylelint-find-unused-rules": "stylelint-find-rules --config index.js",
7171
"test:unit": "wp-scripts test-unit-js",
72-
"test": "npm run test:unit",
72+
"test": "npm-run-all --parallel lint:*",
7373
"watch": "jest --watch"
7474
},
7575
"commitlint": {

0 commit comments

Comments
 (0)