Skip to content

Commit

Permalink
Change prepublish to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Apr 30, 2021
1 parent 7ff26d9 commit 6f7dccc
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 @@ -16,7 +16,7 @@
"build": "ember build --environment=production",
"lint": "tslint --project tsconfig.json",
"problems": "tsc -p tsconfig.json --noEmit",
"prepublish": "npm run build",
"prepare": "npm run build",
"serve": "ember serve",
"test": "ember test",
"test:server": "ember test --server"
Expand Down

0 comments on commit 6f7dccc

Please sign in to comment.