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 5a76a47 commit 0323798Copy full SHA for 0323798
packages/create-web-scripts-library/package.json
@@ -26,7 +26,8 @@
26
"scripts": {
27
"test": "web-scripts test",
28
"build": "web-scripts build",
29
- "lint": "web-scripts lint"
+ "lint": "web-scripts lint",
30
+ "prepublishOnly": "$npm_execpath run build"
31
},
32
"bugs": {
33
"url": "https://github.com/spotify/web-scripts/issues"
0 commit comments