Skip to content

Commit

Permalink
Switched from development output to production output again
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed May 28, 2022
1 parent 5185811 commit 6eb2350
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 @@ -29,7 +29,7 @@
"webpack-config-jaid": "^16.1.1"
},
"scripts": {
"build": "rm -rf build && NODE_ENV=development webpack",
"build": "rm -rf build && NODE_ENV=production webpack",
"buildPush": "npm run build && git add build && git-flush-cli 'Rebuilt src/'",
"testOnGithub": "name=$(package-name-cli) && git-flush-cli 'Testing changes' && npm run buildPush && cd ../test && git pull && echo $(date-now) >> changefile.txt && git-flush-cli \"Random commit for testing action Jaid/$name\" && cd ../$name",
"prepareRelease": "npm run buildPush",
Expand Down

0 comments on commit 6eb2350

Please sign in to comment.