Skip to content

Commit

Permalink
chore: add clean to preversion
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Feb 10, 2019
1 parent 578ed4d commit 21cd02d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependency-check": "dependency-check . --unused --no-dev && dependency-check . --missing --no-dev",
"lint": "tslint -p tsconfig.json 'src/**/*.ts'",
"postpublish": "git push",
"preversion": "git pull && npm run verify && npm run bundle",
"preversion": "git pull && npm run clean && npm run verify && npm run bundle",
"start": "jest --watch",
"test": "tsc && jest",
"verify": "npm run lint && npm run build && npm run coverage && npm run dependency-check",
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
},
"buildOnSave": false,
"compileOnSave": false,
"compilerOptions": {
"noEmit": true
},
"include": [
"src"
]
Expand Down

0 comments on commit 21cd02d

Please sign in to comment.