Skip to content

Commit 6b86aa4

Browse files
authored
chore: replace scripts with single prepack script (#606)
1 parent c4f8c97 commit 6b86aa4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323
"build": "babel --extensions .js,.ts src --out-dir lib --copy-files",
2424
"postbuild": "rimraf lib/__tests__ lib/**/__tests__",
2525
"lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts",
26-
"prepare": "yarn build && yarn postbuild",
27-
"prepublishOnly": "yarn build",
26+
"prepack": "yarn build",
2827
"prettylint": "prettylint docs/**/*.md README.md package.json",
29-
"pretest": "yarn build",
3028
"test": "jest",
3129
"tools:generate-rules-table": "ts-node -T tools/generate-rules-table",
3230
"typecheck": "tsc -p ."

0 commit comments

Comments
 (0)