mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 01:36:00 +02:00
Update deploy-sandbox.yaml
This commit is contained in:
parent
1313527b9d
commit
9ca48c06d9
1 changed files with 2 additions and 6 deletions
8
.github/workflows/deploy-sandbox.yaml
vendored
8
.github/workflows/deploy-sandbox.yaml
vendored
|
@ -44,15 +44,11 @@ jobs:
|
|||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '21.7.3'
|
||||
|
||||
- name: Prepare Node environment and adjust permissions
|
||||
working-directory: ./src
|
||||
run: |
|
||||
docker compose run node sh -c "chown circleci:circleci package*.json && npm install -g npm@10.5.0 && npm install"
|
||||
|
||||
- name: Compile USWDS assets
|
||||
working-directory: ./src
|
||||
run: |
|
||||
docker compose run node npm install &&
|
||||
docker compose run node npm install npm@10.5.0 &&
|
||||
docker compose run node npx gulp copyAssets &&
|
||||
docker compose run node npx gulp compile
|
||||
- name: Collect static assets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue