Skip to content

Commit

Permalink
chore(knapsack): remove NODE_ENV from ks:build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
rockymountainhigh1943 committed May 25, 2023
1 parent 369afdf commit 50e0050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/knapsack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"build": "npm run ks:build",
"clean": "rm -rf ./lib",
"ks:build": "NODE_ENV=production knapsack build",
"ks:build": "knapsack build",
"prepare": "node ../../scripts/set-missing-symlinks.js @bodiless",
"start": "knapsack start",
"serve": "NODE_ENV=production knapsack serve",
Expand Down

0 comments on commit 50e0050

Please sign in to comment.