We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d536292 commit b4704a2Copy full SHA for b4704a2
.github/workflows/publish.yml
@@ -14,6 +14,8 @@ jobs:
14
uses: actions/setup-node@master
15
with:
16
node-version: 14.0.0
17
+ - run: npm install
18
+ - run: npm run build --if-present
19
- id: publish
20
uses: JS-DevTools/npm-publish@v1
21
0 commit comments