Skip to content

Commit

Permalink
chore: minor fix on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh committed Nov 5, 2019
1 parent 08f800e commit 51374b3
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 @@ -27,13 +27,13 @@
"license": "MIT",
"scripts": {
"prepublishOnly": "yarn clean && yarn build && yarn types",
"clean": "rm -rf dist && rm -rf coverage",
"clean": "rm -rf dist && rm -rf types && rm -rf coverage",
"build:ec2-types": "ts-node -T scripts/generate-ec2-types.ts",
"build": "patch-package && webpack",
"changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
"test": "patch-package && jest --runInBand --verbose",
"test:coverage": "yarn test --coverage",
"test:ci": "yarn test:coverage --ci --reporters=jest-junit --coverageReporters lcov --coverageReporters cobertura",
"test:ci": "yarn test:coverage --reporters=default jest-junit --coverageReporters lcov --coverageReporters cobertura",
"lint": "eslint **/*.ts",
"types": "tsc",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit 51374b3

Please sign in to comment.