Skip to content

Commit 45d879c

Browse files
committed
Remove extraneous lifecycle scripts
1 parent 561f1ea commit 45d879c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@
1010
"scripts": {
1111
"test": "karma start karma.conf.js && npm run lint",
1212
"test-server": "karma start karma.conf.js --single-run=false",
13-
"preversion": "npm test",
1413
"minify": "uglifyjs dist/wait-for-element-transition.js -o dist/wait-for-element-transition.min.js",
1514
"build": "rm -rf dist/* && rollup -c && npm run minify",
1615
"banner": "banner-cli dist/*.js",
17-
"version": "npm run build && npm run banner",
18-
"postversion": "git push && git push --tags",
1916
"start": "rollup -c --watch",
2017
"lint": "npm run lint:scripts && npm run lint:format",
2118
"lint:scripts": "tslint '*.ts'",

0 commit comments

Comments
 (0)