Skip to content

Commit

Permalink
fix github install
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Jun 20, 2020
1 parent b925327 commit ed20cf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"lint:fix": "eslint --fix .",
"prepublishOnly": "npm run clean",
"proxydirs": "node scripts/proxy-dirs.js",
"prepack": "run-s build proxydirs",
"github:deps": "npm i --no-save npm-run-all",
"prepack": "npm run github:deps && run-s build proxydirs",
"postpack": "npm run clean",
"prettier": "prettier --write \"{examples,src,benchmark}/**/*.{ts,tsx,js,jsx,css,md}\"",
"changelog": "node ./scripts/changelog.js",
Expand Down

0 comments on commit ed20cf8

Please sign in to comment.