Skip to content

Commit 8153c64

Browse files
committed
2.1.5
1 parent a84c6f9 commit 8153c64

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
registry-url: https://registry.npmjs.org/
1616
- run: |
1717
npm install
18-
npm run release
18+
npm run build
19+
npm publish
1920
env:
2021
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"scripts": {
77
"start": "babel-node index.js",
88
"commit": "git-cz",
9-
"prerelease": "babel src -d build",
10-
"release": "standard-version",
11-
"release:beta": "standard-version -p beta",
9+
"build": "babel src -d build",
1210
"lint": "eslint .",
1311
"test": "jest"
1412
},

0 commit comments

Comments
 (0)