Skip to content

Commit

Permalink
Update package.json to include copying of package.json file in minify…
Browse files Browse the repository at this point in the history
… script
  • Loading branch information
mewim committed Apr 22, 2024
1 parent 7eaa2bb commit 50793e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"serve": "NODE_ENV=production node index.js",
"init-submodule": "git submodule update --init",
"minify": "mv explorer/src/server . && rm -rf explorer && mkdir -p explorer/src && mv server explorer/src/server",
"minify": "mv explorer/src/server . && rm -rf explorer && mkdir -p explorer/src && cp package.json explorer && mv server explorer/src/server",
"clean": "rm -rf node_modules && rm -rf explorer"
},
"license": "MIT",
Expand Down

0 comments on commit 50793e7

Please sign in to comment.