Skip to content

Commit 805292c

Browse files
committed
feat: standardize on one package manager
Signed-off-by: Brent Hoover <[email protected]>
1 parent 8bdadba commit 805292c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.14.1
1+
14.18.1

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
"license": "Apache-2.0",
5252
"sideEffects": false,
5353
"scripts": {
54-
"dev": "echo 'Note: dev script has been renamed to start:dev' && yarn run start:dev",
55-
"build": "yarn run build-clean && NODE_ENV=production IS_BUILDING_NEXTJS=1 next build",
54+
"dev": "echo 'Note: dev script has been renamed to start:dev' && npm run start:dev",
55+
"build": "npm run build-clean && NODE_ENV=production IS_BUILDING_NEXTJS=1 next build",
5656
"build-clean": "rimraf .next",
5757
"lint": "eslint .",
5858
"lint:fix": "eslint . --fix",
5959
"start": "NODE_ENV=production next start -p 4000",
6060
"start:dev": "NODE_ENV=development next dev -p 4000",
61-
"test": "yarn run test:unit",
62-
"test:ci": "yarn run test:unit --ci --runInBand --colors",
61+
"test": "npm run test:unit",
62+
"test:ci": "npm run test:unit --ci --runInBand --colors",
6363
"test:unit": "NODE_ENV=jesttest jest",
6464
"test:unit:watch": "NODE_ENV=jesttest jest --watchAll",
6565
"test:link": "blc http://web.reaction.localhost:4000 -ro -filter=3 -e",

0 commit comments

Comments
 (0)