Skip to content

Commit

Permalink
fix: remove prepack as in earlier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlks committed Feb 6, 2024
1 parent 15f50b9 commit 72cdca4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"test-browserunit": "karma start build/karma.conf.js",
"test-functional": "node test/functional/runTests.js --selenium=remote --app=remote",
"test-functional-mocha": "karma start karma.functional.conf.js --testsuite=content.js",
"prepare": "node githook.js",
"prepack": "npm run build"
"prepare": "node githook.js"
},
"devDependencies": {
"@babel/core": "^7.13.8",
Expand Down

0 comments on commit 72cdca4

Please sign in to comment.