Skip to content

Commit f26c8ad

Browse files
committed
Test build before publishing
1 parent 6778d0d commit f26c8ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
submodules: recursive
1315
- uses: actions/setup-node@v2
1416
with:
1517
node-version: 14.x
@@ -28,7 +30,6 @@ jobs:
2830
registry-url: https://registry.npmjs.org
2931
always-auth: true
3032
- run: npm ci
31-
- run: npm run prepublish
3233
- run: npm version "${GITHUB_REF:11}" --no-git-tag-version
3334
- run: npm publish --access public
3435
env:

0 commit comments

Comments
 (0)