Skip to content

Commit

Permalink
Fix #3701 - use prepare rather than postinstall so dashjs can be used…
Browse files Browse the repository at this point in the history
… as a dependancy (#3715)
  • Loading branch information
davemevans committed Jul 26, 2021
1 parent b6ebdae commit d03800c
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 @@ -16,7 +16,7 @@
"test": "mocha test/unit --require mochahook",
"test-browserunit": "karma start build/karma.conf.js",
"test-functional": "node test/functional/runTests.js --selenium=remote --app=remote",
"postinstall": "node githook.js",
"prepare": "node githook.js",
"prepack": "npm run build"
},
"devDependencies": {
Expand Down

0 comments on commit d03800c

Please sign in to comment.