Skip to content

Commit 8473aed

Browse files
committed
fix order
1 parent 1f758b0 commit 8473aed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
with:
1414
node-version: '16.x'
1515
registry-url: 'https://registry.npmjs.org'
16+
- run: npm ci
1617
- run: npm run build
1718
- run: npm run build:client
18-
- run: npm ci
1919
- run: npm publish
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)