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 9eb32d3 commit a8fb6f9Copy full SHA for a8fb6f9
package.json
@@ -10,6 +10,7 @@
10
],
11
"scripts": {
12
"build": "webpack --mode production --config webpack.config.js",
13
+ "build-local": "npm run build && npm pack",
14
"prepare": "npm run build",
15
"test": "echo \"Error: no test specified\" && exit 1"
16
},
0 commit comments