Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Mar 19, 2020
1 parent 3a555ef commit e637df7
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 @@ -14,7 +14,7 @@
"lint": "npm run lint:es && npm run lint:ts",
"lint:es": "eslint bin/**/*.ts src/**/*.ts tests/**/*.ts",
"lint:ts": "tsc --noEmit",
"postinstall": "bash scripts/install.sh",
"postinstall": "node scripts/install.js",
"test:pack": "bash -x scripts/npm-pack-testing.sh",
"test:unit": "blue-tape -r ts-node/register \"src/**/*.spec.ts\" \"src/*.spec.ts\" \"tests/*.spec.ts\" \"tests/**/*.spec.ts\"",
"test": "npm run lint && npm run test:unit"
Expand Down

0 comments on commit e637df7

Please sign in to comment.