fix: typo in publish script (#268)

This commit is contained in:
nugaon
2021-12-14 15:56:34 +01:00
committed by GitHub
parent e3d03ed4d1
commit c1e77bfc0d
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run compile:types
- run: npm build:component
- run: npm run build:component
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}