Skip to content

Commit

Permalink
build: try using postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Aug 20, 2024
1 parent dd7a914 commit 2ec7fca
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 @@ -48,7 +48,8 @@
"format": "prettier --write src test",
"lint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
"test": "NODE_OPTIONS=--experimental-vm-modules yarn jest --collectCoverage",
"prepare": "node scripts/build-if-not-git-repo.js"
"prepare": "node scripts/build-if-not-git-repo.js",
"postinstall": "yarn run build"
},
"dependencies": {
"@types/pako": "^1.0.7",
Expand Down

0 comments on commit 2ec7fca

Please sign in to comment.