Skip to content

Commit

Permalink
Upgrade np
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderdeseyn committed May 6, 2022
1 parent 8a2b117 commit 8ad2265
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 86 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "mocha --exit --recursive -r ts-node/register 'test/**/*.test.ts'",
"build": "tsc",
"watch": "tsc -w",
"release": "yarn build && yarn np --no-tests --no-2fa"
"release": "npm run build && npx np --no-tests --no-2fa"
},
"files": [
"dist/src/",
Expand All @@ -36,7 +36,7 @@
"chai": "^4.3.6",
"hardhat": "^2.9.3",
"mocha": "^10.0.0",
"np": "^7.0.0",
"np": "^7.6.1",
"prettier": "^2.6.2",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
Expand Down
Loading

0 comments on commit 8ad2265

Please sign in to comment.