Skip to content

Commit dda7c54

Browse files
committed
Update package build commands
1 parent 5fb3059 commit dda7c54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
"scripts": {
2323
"test": "standard 'src/*.js' && jest --silent",
2424
"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",
25+
"prepublishOnly": "npm run build",
26+
"generateStaticSite": "npm run build && cp -R ./dist ./examples",
2827
"generateDocs": "jsdoc -c ./jsdoc_conf.json",
2928
"fmt": "standard 'src/**/.js' --fix",
3029
"lint": "standard 'src/**/*.js'",

0 commit comments

Comments
 (0)