Skip to content

Commit 7b54622

Browse files
committed
fix: fix deploy script (ensure build prior to deploy)
1 parent 8417b7f commit 7b54622

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"build": "npm run clean && tsc",
99
"clean": "rm -rf dist",
1010
"test": "npm run build && ava",
11-
"travis-deploy-once": "travis-deploy-once",
12-
"semantic-release": "semantic-release"
11+
"semantic-release": "npm run build && semantic-release"
1312
},
1413
"repository": {
1514
"type": "git",
@@ -31,8 +30,7 @@
3130
"ava": "^0.25.0",
3231
"semantic-release": "^12.4.1",
3332
"tslint": "^5.9.1",
34-
"typescript": "^2.7.1",
35-
"travis-deploy-once": "^4.3.4"
33+
"typescript": "^2.7.1"
3634
},
3735
"dependencies": {
3836
"@types/debug": "^0.0.30",

0 commit comments

Comments
 (0)