Skip to content

Commit

Permalink
fix(project): updated test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jan 24, 2019
1 parent 17a6ce2 commit 7bd9e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"clean": "npm run clean:dist && npm run clean:compiled",
"lint": "tsc --noEmit && tslint -c tslint.json --project tsconfig.json",
"prettier": "prettier --write '{src,test,documentation}/**/*.{js,ts,json,html,xml,css,md}'",
"tsc:test": "tsc --module commonjs",
"pretest": "npm run clean:compiled && npm run tsc:test",
"rollup:test": "rollup -c rollup.test.config.js",
"pretest": "npm run clean:compiled && npm run rollup:test",
"test": "NODE_ENV=TEST ava",
"posttest": "npm run clean:compiled",
"prebuild": "npm run clean:dist",
Expand Down

0 comments on commit 7bd9e17

Please sign in to comment.