Skip to content

Commit

Permalink
refactor: new api for husky-config
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 9, 2019
1 parent 0a91cbf commit 34a229e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"lib"
],
"scripts": {
"build": "run-p build:*",
"build": "run-s build:js build:docs",
"build:docs": "node -r esm ./scripts/generate-options.js",
"build:js": "rollup --config",
"build:rules": "node -r esm ./scripts/generate-options.js",
"clean": "rimraf lib",
"dev": "rollup --config --watch",
"test": "run-p test:*",
Expand Down

0 comments on commit 34a229e

Please sign in to comment.