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 9fd9b64 commit d1b209bCopy full SHA for d1b209b
.github/workflows/CI.yml
@@ -66,8 +66,8 @@ jobs:
66
node-version: "12.x"
67
- name: NPM install
68
run: npm install
69
- # - name: Build and Commit
70
- # run: npm run build-commit
+ - name: Build and Commit
+ run: npm run build-commit
71
- name: Release 🎉
72
uses: cycjimmy/semantic-release-action@v2
73
with:
package.json
@@ -22,6 +22,7 @@
22
"dev": "npm run clean && cross-env NODE_ENV=development rollup -c -w",
23
"build": "npm run clean && cross-env NODE_ENV=production rollup -c",
24
"bump": "ncu -u",
25
+ "build-commit": "build-commit -o dist",
26
"prepare": "npm run build"
27
},
28
"package-deps": [
0 commit comments