Skip to content

Commit

Permalink
railsware#800: reset the compile command
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed May 24, 2017
1 parent 0adb1ef commit 5db2fd3
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 @@ -85,7 +85,7 @@
"lint": "tslint `find src -name '*.ts*'` `find test -name '*.ts*'`",
"cleanup": "rimraf compiled/src",
"copy-html": "mkdirp compiled/src/views && cpx src/views/index.html compiled/src/views",
"compile": "npm run tsc",
"compile": "npm run cleanup && npm run tsc && npm run copy-html",
"tsc": "tsc"
},
"license": "MIT",
Expand Down

0 comments on commit 5db2fd3

Please sign in to comment.