Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit ccc11a1

Browse files
committed
Run separate commands
1 parent bedc361 commit ccc11a1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
with:
1515
node-version: '20.x'
1616
registry-url: 'https://registry.npmjs.org'
17-
- run:
18-
npm ci
19-
npm npm build-css
20-
npm publish --access public
17+
- run: npm ci
18+
- run: npm run build-css
19+
- run: npm publish --access public
2120
env:
2221
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)