Skip to content

Commit

Permalink
erge branch 'develop' into 3.5.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tijcolem committed Oct 28, 2022
2 parents b26cf38 + d36a2cd commit 8a3a7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
},
"scripts": {
"postinstall": "cd app && npm install",
"build": "./node_modules/.bin/gulp build",
"release": "./node_modules/.bin/gulp release --env=production",
"build": "npx gulp build",
"release": "npx gulp release --env=production",
"start": "node ./tasks/start",
"start:dist": "node ./tasks/start --env=production",
"test": "node ./tasks/start --env=test"
Expand Down

0 comments on commit 8a3a7a3

Please sign in to comment.