Skip to content

Commit

Permalink
remove ci from worklfow
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Nov 27, 2023
1 parent 844c6e5 commit fe15db8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
working-directory: ./vue-girder-slicer-ui
- run: npm test
working-directory: ./vue-girder-slicer-ui
publish-gpr:
Expand All @@ -29,8 +27,6 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm ci
working-directory: ./vue-girder-slicer-ui
- run: npm run build
working-directory: ./vue-girder-slicer-ui
- run: npm publish
Expand Down

0 comments on commit fe15db8

Please sign in to comment.