Skip to content

Commit

Permalink
Always create a bundle before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Apr 27, 2020
1 parent 4bceb1b commit 98eaf55
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 @@ -9,8 +9,8 @@
"scripts": {
"grunt": "grunt",
"build": "composer release && grunt build",
"deploy": "grunt deploy",
"deploy-trunk": "grunt deploy-trunk",
"deploy": "composer release && grunt deploy",
"deploy-trunk": "composer release && grunt deploy-trunk",
"test": "composer test",
"lint": "composer lint && npm run lint-js",
"lint-js": "eslint *.js assets/js",
Expand Down

0 comments on commit 98eaf55

Please sign in to comment.