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 c122c2f commit 536a730Copy full SHA for 536a730
.github/workflows/publish.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
node-version: '18'
20
registry-url: 'https://registry.npmjs.org'
21
+ - run: npm install
22
- run: npm ci
23
- run: npm run build
24
- run: npm publish
0 commit comments