Skip to content

Commit

Permalink
wip: check what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahed Ahmed committed May 24, 2021
1 parent 1183e83 commit ab99350
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 @@ -190,7 +190,7 @@ jobs:
command: rm -rf node_modules/
- run:
name: Install only production dependencies
command: npx npm@6 install # kludge because npm@7 will invoke the lifecycle scripts (thus running prepare -> tsc) even if we use --ignore-scripts
command: npm install
environment:
NODE_ENV: production
- run:
Expand Down

0 comments on commit ab99350

Please sign in to comment.