Skip to content

Commit 117eb0f

Browse files
committed
Fix prepublish script
1 parent 8dcac67 commit 117eb0f

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
@@ -37,7 +37,7 @@
3737
"lint:fix": "eslint . --fix",
3838
"prettier": "prettier --check .",
3939
"postpublish": "yarn deploy-example",
40-
"prepublishOnly": "yarn check && yarn build",
40+
"prepublishOnly": "yarn run check && yarn build",
4141
"start": "webpack --mode development -w --progress --config example/webpack.config.js",
4242
"test": "jest --silent",
4343
"test:coverage": "jest --coverage",

0 commit comments

Comments
 (0)