Skip to content

Commit

Permalink
test: use ./node_modules in root folder (npm workspace)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Oct 25, 2023
1 parent b8afae5 commit 2b4c771
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: brianzinn
- name: install deps (not workspace)
- name: install deps
# npm ci
run: |
npm install --legacy-peer-deps
Expand All @@ -48,12 +48,6 @@ jobs:
git tag -a v${PACKAGE_VERSION} -m "version ${PACKAGE_VERSION}"
git push --follow-tags
git status
pwd
ls -l
cd packages/react-babylonjs
pwd
ls -l
ls -l ./node_modules/.bin
sleep 1m
./node_modules/.bin/gren release --tags=v${PACKAGE_VERSION}
env:
Expand Down

0 comments on commit 2b4c771

Please sign in to comment.