Skip to content

Commit

Permalink
💚(circleci) fix npm job
Browse files Browse the repository at this point in the history
We recently switch to new circle node images and upgrade to node 16 which has
also upgraded npm to version 8.11.0. This has broken the publish command so we
have to fix it.
  • Loading branch information
jbpenrath committed Jun 23, 2022
1 parent c81d763 commit 8e45470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/fun/.npmrc
- run:
name: Publish package
command: npm publish src/frontend
command: npm publish src/frontend/

# ---- Documentation website jobs ----

Expand Down

0 comments on commit 8e45470

Please sign in to comment.