Skip to content

Commit

Permalink
add np
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Feb 12, 2023
1 parent d9e7712 commit 843cf7b
Show file tree
Hide file tree
Showing 2 changed files with 1,647 additions and 9 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"eslint-plugin-json": "^3.1.0",
"husky": "^8.0.3",
"lint-staged": "13.1.1",
"np": "^7.6.3",
"npm-run-all2": "^6.0.4",
"prettier": "^2.8.4",
"remark-cli": "^11.0.0",
Expand All @@ -59,6 +60,7 @@
"lint:code": "eslint ./src --ignore-path .gitignore",
"lint:md": "remark . --quiet --frail --ignore-path .gitignore",
"lint": "npm-run-all --parallel lint:*",
"package": "np --no-yarn --any-branch",
"prepack": "npm run build",
"prepare": "husky install",
"prepublishOnly": "npm run lint && npm run build",
Expand Down
Loading

0 comments on commit 843cf7b

Please sign in to comment.