We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628ebd2 commit accfc1fCopy full SHA for accfc1f
package.json
@@ -58,7 +58,7 @@
58
"coveralls": "cat ./coverage/lcov.info | coveralls",
59
"prettify": "prettier --write 'packages/**/*.js'",
60
"bootstrap": "lerna bootstrap",
61
- "publish": "lerna bootstrap && yarn test:unit && test:packages && lerna publish"
+ "publish": "lerna bootstrap && yarn test:unit && yarn test:packages && lerna publish"
62
},
63
"husky": {
64
"hooks": {
0 commit comments