Skip to content

Commit

Permalink
upgrade interactive publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro5id committed May 19, 2023
1 parent c9358f3 commit 1c38525
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prune:prod": "npm prune --production",
"refresh-package-locks": "npm run clean && find . -iname package-lock.json -delete && npm install",
"interactive-publish": "npm run build && np",
"install-latest-npm": "nvm install-latest-npm"
"install-latest-npm": "npm install -g npm@9"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -68,7 +68,7 @@
"cheerio": "^1.0.0-rc.10",
"create-ts-index": "^1.14.0",
"mocha": "^10.2.0",
"np": "^7.5.0",
"np": "^7.7.0",
"prettier": "^2.3.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
Expand Down

0 comments on commit 1c38525

Please sign in to comment.