Skip to content

Commit a6f138e

Browse files
fix(ci): make dist root directory (#11)
1 parent 2a8866e commit a6f138e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
command: npm run build
4747
- run:
4848
name: Semantic Release
49-
command: node_modules/.bin/semantic-release
49+
command: cd dist && npm run release
5050

5151
workflows:
5252
version: 2

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"scripts": {
2525
"test": "jest",
2626
"build": "tsc",
27+
"release": "semantic-release",
2728
"lint": "tslint --project tsconfig.json --config tslint.json"
2829
},
2930
"devDependencies": {

0 commit comments

Comments
 (0)