Skip to content

Commit 010f05a

Browse files
committed
Re-Add The Build Step
1 parent ba05166 commit 010f05a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
content="${content//$'\r'/'%0D'}"
6363
echo "::set-output name=packageJson::$content"
6464
65+
66+
- name: Build Package
67+
run: pnpm run build
68+
69+
6570
- name: Login to NPM
6671
run: |
6772
npm set //registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)