Skip to content

Commit 5637a75

Browse files
committed
Improve github action
1 parent 39d091a commit 5637a75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ jobs:
2727
with:
2828
node-version: '20'
2929
registry-url: 'https://registry.npmjs.org'
30-
cache: 'npm'
3130

3231
- name: Update package.json version
3332
run: npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version
3433

3534
- name: Install dependencies
36-
run: npm ci
35+
run: npm ci --ignore-scripts
3736

3837
- name: Build
3938
run: npm run build

0 commit comments

Comments
 (0)