Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 9ff450c

Browse files
authored
fix(build): added semantic release call in travis.yml (#423)
1 parent 59a8b9a commit 9ff450c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cache:
88

99
addons:
1010
chrome: stable
11-
11+
1212
notifications:
1313
email: false
1414

@@ -32,6 +32,7 @@ script:
3232

3333
after_success:
3434
- npm run publish-travis
35+
- npm run semantic-release
3536

3637
branches:
3738
except:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test": "karma start",
3232
"test:debug": "karma --browsers Chrome --no-single-run start",
3333
"test:trace-deprecation": "node --trace-deprecation ./node_modules/.bin/karma start",
34-
"semantic-release": "copy package.json dist && semantic-release",
34+
"semantic-release": "semantic-release",
3535
"webpack-dev-server": "node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js"
3636
},
3737
"license": "Apache-2.0",

0 commit comments

Comments
 (0)