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 5fb3059 commit dda7c54Copy full SHA for dda7c54
package.json
@@ -22,9 +22,8 @@
22
"scripts": {
23
"test": "standard 'src/*.js' && jest --silent",
24
"build": "npm run webpack:bundle && npm run webpack:dynamic-import",
25
- "build:prod": "npm run webpack:bundle && npm run webpack:dynamic-import",
26
- "prepublishOnly": "npm run build:prod",
27
- "generateStaticSite": "npm run build:prod && cp -R ./dist ./examples",
+ "prepublishOnly": "npm run build",
+ "generateStaticSite": "npm run build && cp -R ./dist ./examples",
28
"generateDocs": "jsdoc -c ./jsdoc_conf.json",
29
"fmt": "standard 'src/**/.js' --fix",
30
"lint": "standard 'src/**/*.js'",
0 commit comments