From cdf69daf35cd700e385d80ffb4c38cb6344a67cb Mon Sep 17 00:00:00 2001 From: Paul Robello Date: Fri, 16 Feb 2024 20:46:54 -0800 Subject: [PATCH] change yarn to npm --- auth0_mock/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth0_mock/package.json b/auth0_mock/package.json index dbb70a5..e69387b 100644 --- a/auth0_mock/package.json +++ b/auth0_mock/package.json @@ -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",