Skip to content

Commit d1b209b

Browse files
committed
ci: ensure that build-commit runs in the ci
1 parent 9fd9b64 commit d1b209b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
node-version: "12.x"
6767
- name: NPM install
6868
run: npm install
69-
# - name: Build and Commit
70-
# run: npm run build-commit
69+
- name: Build and Commit
70+
run: npm run build-commit
7171
- name: Release 🎉
7272
uses: cycjimmy/semantic-release-action@v2
7373
with:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"dev": "npm run clean && cross-env NODE_ENV=development rollup -c -w",
2323
"build": "npm run clean && cross-env NODE_ENV=production rollup -c",
2424
"bump": "ncu -u",
25+
"build-commit": "build-commit -o dist",
2526
"prepare": "npm run build"
2627
},
2728
"package-deps": [

0 commit comments

Comments
 (0)