Skip to content

Commit

Permalink
Update CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienTainon committed May 6, 2024
1 parent 9875714 commit e0ede9c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@ jobs:
- checkout
- run:
command: |
echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
echo "@france-ioi:registry=https://npm.pkg.github.com/" >> ~/.npmrc
echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
cat ~/.npmrc
name: "Setup Node auth token"
- run:
command: git submodule update --init
name: Fetch submodules
- node/install-packages:
pkg-manager: yarn
- run:
command: yarn install --frozen-lockfile
# - node/install-packages:
# pkg-manager: yarn
- run:
command: cp config.json.template config.json
name: Copy config
Expand Down

0 comments on commit e0ede9c

Please sign in to comment.