Skip to content

Commit b4704a2

Browse files
authored
Release 1.0.0
1 parent d536292 commit b4704a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: actions/setup-node@master
1515
with:
1616
node-version: 14.0.0
17+
- run: npm install
18+
- run: npm run build --if-present
1719
- id: publish
1820
uses: JS-DevTools/npm-publish@v1
1921
with:

0 commit comments

Comments
 (0)