Skip to content

Commit d88f792

Browse files
committed
Update semantic-release workflow
1 parent 58d5396 commit d88f792

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ notifications:
77
node_js:
88
- '10.22.0'
99
after_success:
10-
- npm run semantic-release
10+
- npx semantic-release
1111
branches:
1212
except:
1313
- /^v\d+\.\d+\.\d+$/

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
],
1010
"scripts": {
1111
"prepublish": "npm run build",
12-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
1312
"storybook": "start-storybook -p 9002",
1413
"test": "jest",
1514
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)