-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rewinding a little, need to figure out what's going wrong
- Loading branch information
1 parent
9b4b876
commit 5ef96c7
Showing
1 changed file
with
1 addition
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,12 +20,6 @@ jobs: | |
with: | ||
node-version: '18.x' | ||
|
||
- name: Install npm-force-resolutions | ||
run: | | ||
cd frontend/ | ||
npm install [email protected] | ||
cd .. | ||
- name: create env file (in frontend/ directory) -- production | ||
id: create-env-file-prod | ||
if: github.ref == 'refs/heads/main' | ||
|
@@ -93,13 +87,11 @@ jobs: | |
${{ runner.os }}-next- | ||
${{ runner.os }}-next-${{ hashFiles('frontend/package-lock.json') }} | ||
- name: Force resolutions | ||
run: npx npm-force-resolutions | ||
|
||
- name: move into frontend --> npm install, build, and test | ||
run: | | ||
cd frontend/ | ||
npm install | ||
npx npm-force-resolutions | ||
npm run build | ||
npm run test --if-present | ||
|