We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8866e commit a6f138eCopy full SHA for a6f138e
circle.yml
@@ -46,7 +46,7 @@ jobs:
46
command: npm run build
47
- run:
48
name: Semantic Release
49
- command: node_modules/.bin/semantic-release
+ command: cd dist && npm run release
50
51
workflows:
52
version: 2
package.json
@@ -24,6 +24,7 @@
24
"scripts": {
25
"test": "jest",
26
"build": "tsc",
27
+ "release": "semantic-release",
28
"lint": "tslint --project tsconfig.json --config tslint.json"
29
},
30
"devDependencies": {
0 commit comments