Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
  • Loading branch information
nicolodavis and delucis authored Jun 20, 2020
1 parent ed20cf8 commit 62e98e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prepublishOnly": "npm run clean",
"proxydirs": "node scripts/proxy-dirs.js",
"github:deps": "npm i --no-save npm-run-all",
"prepack": "npm run github:deps && run-s build proxydirs",
"prepack": "npx --package npm-run-all 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 62e98e7

Please sign in to comment.