Skip to content

Commit

Permalink
change yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobello committed Feb 17, 2024
1 parent c989806 commit cdf69da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth0_mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
"build": "tsc",
"prestart": "yarn install && yarn run build",
"prestart": "npm install && npm run build",
"start": "node .",
"cleanup": "rm -rf node_modules keys.json",
"test": "jest",
Expand Down

0 comments on commit cdf69da

Please sign in to comment.