We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f12706 commit 3653551Copy full SHA for 3653551
.github/workflows/publish.yml
@@ -16,8 +16,6 @@ jobs:
16
registry-url: 'https://registry.npmjs.org'
17
- name: Install modules
18
run: npm install
19
- - name: Build
20
- run: npm run build
21
- name: Publish to npm
22
run: npm publish --access public
23
env:
0 commit comments