Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 9eb42e6

Browse files
authored
npm scripts cleanup (#302)
* Add prepare script * Get rid of closure script – we're typescript now. * Get rid of bump script – use `np` instead.
1 parent 2297c09 commit 9eb42e6

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

bin/run-bump.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,12 @@
6363
"split": "^1.0.0"
6464
},
6565
"scripts": {
66-
"build": "gulp",
67-
"test": "gulp test",
68-
"system-test": "gulp && ./bin/run-system-test.sh",
69-
"changelog": "gulp && ./bin/run-changelog.sh",
70-
"coverage": "gulp && ./bin/run-test.sh -c",
71-
"bump": "gulp && ./bin/run-bump.sh",
72-
"closure": "gulp && ./node_modules/.bin/closure-npc"
66+
"build": "gulp compile",
67+
"changelog": "npm run build && ./bin/run-changelog.sh",
68+
"coverage": "npm run build && ./bin/run-test.sh -c",
69+
"prepare": "npm run build",
70+
"system-test": "npm run build && ./bin/run-system-test.sh",
71+
"test": "gulp test"
7372
},
7473
"files": [
7574
"CHANGELOG.md",

0 commit comments

Comments
 (0)