Skip to content

Commit ae48377

Browse files
committed
remove prepublish/preversion scripts
1 parent 68b7aee commit ae48377

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
"build": "rollup -c",
5858
"clean": "rm -rf lib coverage build",
5959
"lint": "eslint src",
60-
"prepublishOnly": "npm-run-all clean lint test-ci build",
61-
"preversion": "npm-run-all clean lint test-ci",
6260
"test": "jest --watch",
6361
"test-ci": "jest --coverage"
6462
},

0 commit comments

Comments
 (0)