Skip to content

Commit 5dd22e6

Browse files
committed
* In main.yml, add build to publish step
1 parent 45bef56 commit 5dd22e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
# - run: npm ci
5959
- run: npm install --no-package-lock
6060

61+
- run: npm run build
62+
6163
- run: npm run npm:publish:dry-run
6264

6365
- run: npm run npm:publish

0 commit comments

Comments
 (0)