Skip to content

Commit 3f9a172

Browse files
committed
chore(package): remove deprecated npm hooks
1 parent 733e005 commit 3f9a172

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
"scripts": {
1313
"commit": "cz",
1414
"test": "nyc ts-mocha --config .mocharc.js --paths -p ./tsconfig.json ./src/tests/unit/**/*.test.ts",
15-
"prepublish": "yarn build",
16-
"postpublish": "yarn build",
1715
"build": "babel src --out-dir lib --copy-files --extensions \".ts\"",
1816
"watch": "yarn build --watch --source-maps inline",
1917
"lint": "eslint src --ext .ts",

0 commit comments

Comments
 (0)