There was an error while loading. Please reload this page.
1 parent bbc93d8 commit de6dc18Copy full SHA for de6dc18
2 files changed
.github/workflows/bat.yml
@@ -13,5 +13,7 @@ jobs:
13
- uses: actions/setup-node@v6
14
with:
15
node-version: 24.14.0
16
- - name: Perform npm tasks
17
- run: npm run ci
+ - run: npm ci --ignore-scripts
+ - run: npm test
18
+ - run: npm run build
19
+ - run: npm run package
.github/workflows/publish.yml
@@ -33,9 +33,10 @@ jobs:
33
git commit -m "[skip ci] Bump $VERSION"
34
git push origin HEAD:main
35
36
- # Now carry on, business as usual
37
38
39
40
41
# Finally, create a detached commit containing the built artifacts and tag
42
# it with the release. Note: the fact that the branch is locally updated
0 commit comments