Skip to content

Commit

Permalink
build(npm): use git in reinstall
Browse files Browse the repository at this point in the history
  Switches from rimraf to git to clean project
    - this still respects dot files
  • Loading branch information
joshwiens committed Mar 9, 2016
1 parent bcb3dfb commit c7c2799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "ng build",
"dartanalyzer": "cd dist/dart && pub install && cd ../.. && ts-node scripts/ci/dart_analyzer",
"demo-app": "cd src && ng serve",
"reinstall": "git clean -dfx -e '.*'",
"test": "karma start test/karma.conf.js",
"tslint" : "tslint -c tslint.json 'src/**/*.ts'",
"typings": "typings install --ambient"
Expand Down

0 comments on commit c7c2799

Please sign in to comment.