Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit 6fa46a8

Browse files
committed
Move token to ci command
1 parent 1b3c8a8 commit 6fa46a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
uses: actions/setup-node@v3
2121
with:
2222
node-version: 16
23+
24+
- run: npm ci --ignore-scripts
2325
env:
2426
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
25-
26-
- run: npm ci
27-
- run: npm run all
27+
- run: npm rebuild && npm run all

0 commit comments

Comments
 (0)