Skip to content

Commit 8aec100

Browse files
committed
fix: travis-deploy-once
1 parent d23b403 commit 8aec100

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"test": "NODE_ENV=test jest --config jest.json --coverage --verbose",
1515
"test:watch": "NODE_ENV=test jest --config jest.json --watch --coverage --verbose",
1616
"test:staging": "mocha -R spec --recursive --exit",
17-
"semantic-release": "semantic-release"
17+
"semantic-release": "semantic-release",
18+
"travis-deploy-once": "travis-deploy-once"
1819
},
1920
"homepage": "https://github.com/mateodelnorte/servicebus",
2021
"repository": {

0 commit comments

Comments
 (0)