Skip to content

Commit

Permalink
np didnt work again
Browse files Browse the repository at this point in the history
  • Loading branch information
victornpb committed May 16, 2022
1 parent c07ab71 commit 633512c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "npm run lint",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"version": "npm run build && git add --all",
"version": "npm i --package-lock-only && npm run build && git add --all",
"release": "np --any-branch"
},
"files": [
Expand Down

0 comments on commit 633512c

Please sign in to comment.