8000 Updated package.json #5 · hycript/javascript-obfuscator-ui@ea560cb · GitHub
[go: up one dir, main page]

Skip to content

Commit ea560cb

Browse files
committed
Updated package.json javascript-obfuscator#5
1 parent 22b37ed commit ea560cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"webpack:dev": "webpack --mode development --config webpack.conf.js --watch --color --progress",
1313
"webpack:prod": "NODE_ENV=production webpack --mode production --config webpack.conf.js --progress --optimize-minimize",
1414
"postinstall": "npm run updatesemantic && npm run webpack:prod",
15-
"updatesemantic": "cp App/styles/theme.config ./node_modules/semantic-ui-less/theme.config; rm -Rf ./node_modules/semantic-ui-less/site; cp -R App/styles/site ./node_modules/semantic-ui-less/",
16-
"heroku-postbuild": "npm run webpack:prod"
15+
"updatesemantic": "cp App/styles/theme.config ./node_modules/semantic-ui-less/theme.config; rm -Rf ./node_modules/semantic-ui-less/site; cp -R App/styles/site ./node_modules/semantic-ui-less/"
1716
},
1817
"author": "",
1918
"license": "ISC",

0 commit comments

Comments
 (0)
0