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.
2 parents 0f6f872 + 2e22596 commit afceb41Copy full SHA for afceb41
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
node-version: '20.x'
26
cache: 'npm'
27
- run: npm install
28
+ - run: npm run build
29
- run: npm run release
30
env:
31
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -18,7 +18,7 @@
18
"test": "jest lib --verbose --maxWorkers=1",
19
"test:cov": "jest lib --coverage --maxWorkers=1",
20
"typedoc": "typedoc",
21
- "release": "semantic-release --dry-run",
+ "release": "semantic-release",
22
"prepare": "husky install"
23
},
24
"author": "",
0 commit comments