Skip to content

Commit

Permalink
chore(): update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Nov 24, 2016
1 parent 2e20115 commit 713e58b
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 @@ -5,7 +5,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "rm -rf aot dist && node_modules/.bin/ngc",
"build": "rm -rf aot dist && ngc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit 713e58b

Please sign in to comment.