Skip to content

Commit

Permalink
chore: fix deploy script bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasegar committed Oct 29, 2020
1 parent da4eb0d commit 5e541d1
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 @@ -19,7 +19,7 @@
"start": "ember serve --port 4200",
"test": "npm-run-all lint:* test:*",
"test:ember": "ember test",
"deploy": "git push && run build && gh-pages -d dist"
"deploy": "git push && npm run build && gh-pages -d dist"
},
"devDependencies": {
"@ember/optional-features": "^1.3.0",
Expand Down

0 comments on commit 5e541d1

Please sign in to comment.