Update packageWorkflow.yml

mvn build
This commit is contained in:
jjoseph18 2023-01-03 16:24:14 -05:00 committed by GitHub
parent a01a12e312
commit 79742c4d5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: npm install && npm run build
run: mvn package
- name: Test
run: npm test
run: mvn test
- name: Create Package
run: npm pack
run: mvn pack
- name: Publish Package
run: npm publish --registry https://npm.pkg.github.com/
run: mvn deploy --registry https://npm.pkg.github.com/