Skip to content

Commit 2f12706

Browse files
committed
fix ci
1 parent 4165de2 commit 2f12706

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
with:
1515
node-version: '12.x'
1616
registry-url: 'https://registry.npmjs.org'
17+
- name: Install modules
18+
run: npm install
19+
- name: Build
20+
run: npm run build
1721
- name: Publish to npm
1822
run: npm publish --access public
1923
env:

0 commit comments

Comments
 (0)