Skip to content

Commit

Permalink
fix running the tests twice
Browse files Browse the repository at this point in the history
  • Loading branch information
emirotin committed Aug 2, 2017
1 parent 31cc675 commit 1ff1a64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"lint": "tslint lib/**/*.ts",
"test": "npm run lint && npm run build && npm run test:node && npm run test:browser",
"build": "rimraf ./build && npm run prettify && tsc && npm run readme",
"prepublish": "npm test",
"prepublish": "require-npm4-to-publish",
"prepublishOnly": "npm test",
"prettify": "prettier --use-tabs --single-quote --write lib/*.ts tests/**/*.spec.ts",
"readme": "jsdoc2md --template doc/README.hbs build/errors.js > README.md"
},
Expand All @@ -38,6 +39,7 @@
"mocha": "^3.4.0",
"mochainon": "^2.0.0",
"prettier": "^1.5.3",
"require-npm4-to-publish": "^1.0.0",
"resin-config-karma": "^2.0.0",
"rimraf": "^2.6.1",
"ts-node": "^3.3.0",
Expand Down

0 comments on commit 1ff1a64

Please sign in to comment.