Skip to content

Commit

Permalink
Merge branch 'benjamin--integ-do-buildAll-in-prepare' into benjamin--…
Browse files Browse the repository at this point in the history
…integ-all-changes
  • Loading branch information
schleyfox committed Jan 20, 2024
2 parents fc5bb28 + 87fd3ff commit 795082a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"format-check": "prettier --check 'src/**/*.js' 'test/**/*.js' 'benchmarks/*.js'",
"benchmark": "node benchmarks/index.js",
"codecov": "codecov",
"prepack": "babel-node tasks/buildAll.js",
"prepare": "husky install",
"postinstall": "husky install || exit 0",
"prepare": "babel-node tasks/buildAll.js",
"show-site": "http-server build"
},
"lint-staged": {
Expand Down

0 comments on commit 795082a

Please sign in to comment.