Skip to content

Commit

Permalink
Merge pull request #64 from push-protocol/enforce-yarn
Browse files Browse the repository at this point in the history
enforce to use yarn
  • Loading branch information
Igx22 authored Aug 16, 2024
2 parents ccafb1e + 1c19ae3 commit 8ee7cae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict = true
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.1",
"description": "storage node",
"main": "src/app.ts",
"engines": {
"npm": "please-use-yarn",
"yarn": ">= 1.0.0",
"node": ">= 16.5.0"
},
"scripts": {
"build": "rimraf ./build && tsc",
"dev": "ts-node-dev --respawn --inspect=9229 --transpile-only ./src/app.ts",
Expand Down

0 comments on commit 8ee7cae

Please sign in to comment.