Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 22b37ed

Browse files
committed
Updated package.json #4
1 parent fce9d00 commit 22b37ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "javascript-obfuscator-web",
33
"version": "1.0.0",
44
"description": "",
5-
"main": "index.js",
5+
"main": "server.js",
66
"engines": {
77
"node": ">=6.3.1"
88
},
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1",
11-
"start": "npm run webpack:prod && node server.js",
11+
"start": "node server.js",
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",
14-
"postinstall": "npm run updatesemantic",
14+
"postinstall": "npm run updatesemantic && npm run webpack:prod",
1515
"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/",
1616
"heroku-postbuild": "npm run webpack:prod"
1717
},

0 commit comments

Comments
 (0)