Skip to content

Commit ddfa6f7

Browse files
authored
Update npmpublish.yml
1 parent e6f16f8 commit ddfa6f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 12
1818
- run: npm ci
1919
- run: npm run bs
20-
- run: npm compile-core
20+
- run: npm run compile-core
2121
- run: npm test
2222

2323
publish-npm:
@@ -32,4 +32,4 @@ jobs:
3232
- run: npm ci
3333
- run: npm publish
3434
env:
35-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
35+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)