Skip to content

Commit a1d6254

Browse files
committed
added a build command to main.yml
1 parent af3b432 commit a1d6254

File tree

3 files changed

+5
-1923
lines changed

3 files changed

+5
-1923
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
node-version: 16
1616
registry-url: https://npm.pkg.github.com/
1717
scope: '@networkninja'
18-
- run: npm install
19-
- run: npm publish
18+
run: |
19+
npm install
20+
npm run build
21+
npm publish
2022
env:
2123
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)