Skip to content

Commit

Permalink
chore: replace scripts with single prepack script (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jul 5, 2020
1 parent c4f8c97 commit 6b86aa4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
"build": "babel --extensions .js,.ts src --out-dir lib --copy-files",
"postbuild": "rimraf lib/__tests__ lib/**/__tests__",
"lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts",
"prepare": "yarn build && yarn postbuild",
"prepublishOnly": "yarn build",
"prepack": "yarn build",
"prettylint": "prettylint docs/**/*.md README.md package.json",
"pretest": "yarn build",
"test": "jest",
"tools:generate-rules-table": "ts-node -T tools/generate-rules-table",
"typecheck": "tsc -p ."
Expand Down

0 comments on commit 6b86aa4

Please sign in to comment.