Skip to content

Commit

Permalink
unset npm_config_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
fgandellini committed Jun 9, 2024
1 parent 4a14306 commit 8283081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "npm t --workspaces",
"build": "npm run build --workspace @2048/react",
"dev": "npm run dev --workspace @2048/react",
"start": "source $HOME/.nvm/nvm.sh; nvm use && npm ci && npm run dev"
"start": "unset npm_config_prefix && source $HOME/.nvm/nvm.sh && nvm use && npm ci && npm run dev"
},
"keywords": [
"2048",
Expand Down

0 comments on commit 8283081

Please sign in to comment.