We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561f1ea commit 45d879cCopy full SHA for 45d879c
package.json
@@ -10,12 +10,9 @@
10
"scripts": {
11
"test": "karma start karma.conf.js && npm run lint",
12
"test-server": "karma start karma.conf.js --single-run=false",
13
- "preversion": "npm test",
14
"minify": "uglifyjs dist/wait-for-element-transition.js -o dist/wait-for-element-transition.min.js",
15
"build": "rm -rf dist/* && rollup -c && npm run minify",
16
"banner": "banner-cli dist/*.js",
17
- "version": "npm run build && npm run banner",
18
- "postversion": "git push && git push --tags",
19
"start": "rollup -c --watch",
20
"lint": "npm run lint:scripts && npm run lint:format",
21
"lint:scripts": "tslint '*.ts'",
0 commit comments