Skip to content

Commit

Permalink
chore: remove post install dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Sep 15, 2020
1 parent 7b7f789 commit 609c790
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Expand Up @@ -29,14 +29,15 @@
"typings"
],
"scripts": {
"build": "npm run clean && tsc --project tsconfig.prod.json",
"build-watch": "npm run clean && tsc --watch",
"clean": "rm -rf ./dist",
"commit": "git-cz",
"build": "rm -rf ./dist && tsc --project tsconfig.prod.json",
"build-watch": "tsc --watch",
"dedupe": "npm dedupe",
"lint": "eslint . --max-warnings=0 --ext .js,.jsx,.ts,.tsx",
"postinstall": "npm dedupe",
"release": "semantic-release",
"test": "jest",
"typecheck": "tsc --noEmit",
"release": "semantic-release"
"typecheck": "tsc --noEmit"
},
"release": {
"plugins": [
Expand Down

0 comments on commit 609c790

Please sign in to comment.