fix: Actually build package (#9)

Actually build package
This commit is contained in:
Anatolios Laskaris 2023-07-03 19:09:15 +03:00 committed by GitHub
parent dc6152c3e1
commit 25ef57e061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ jobs:
cache: "npm"
- run: npm i
- run: npm run build
- name: Publish to npm registry
run: npm publish --access public