Skip to content

Commit 5adef42

Browse files
Removes Yarn
Replaces Yarn with NPM in scripts to maintain consistency with README and lockfile.
1 parent 266c2f6 commit 5adef42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"scripts": {
1515
"exercise": "node scripts/exercise.js",
16-
"e": "yarn exercise",
16+
"e": "npm run exercise",
1717
"solution": "SOLUTION=true node scripts/exercise.js",
18-
"s": "yarn solution"
18+
"s": "npm run solution"
1919
},
2020
"dependencies": {
2121
"@types/express": "^4.17.13",

0 commit comments

Comments
 (0)