We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcac67 commit 117eb0fCopy full SHA for 117eb0f
package.json
@@ -37,7 +37,7 @@
37
"lint:fix": "eslint . --fix",
38
"prettier": "prettier --check .",
39
"postpublish": "yarn deploy-example",
40
- "prepublishOnly": "yarn check && yarn build",
+ "prepublishOnly": "yarn run check && yarn build",
41
"start": "webpack --mode development -w --progress --config example/webpack.config.js",
42
"test": "jest --silent",
43
"test:coverage": "jest --coverage",
0 commit comments