ci: add build step to publish

This commit is contained in:
janniks
2022-07-05 09:45:28 -04:00
committed by janniks
parent 2d116ac4c9
commit 4a1a00b98c

View File

@@ -29,6 +29,7 @@ jobs:
- run: npm ci
- run: npm run bootstrap
- run: npm run build
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
env: