Skip to content

Commit

Permalink
rename post install script to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Oct 9, 2023
1 parent 60c53a7 commit 5287fc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" heft run --only test -- --clean",
"build": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" heft test --clean",
"postinstall": "node ./dist/postinstall.cjs || true"
"postinstall": "node ./dist/download-latest-apks.cjs || true"
},
"dependencies": {
"debug": "~4.3.4",
Expand Down
File renamed without changes.

0 comments on commit 5287fc5

Please sign in to comment.