Skip to content

Commit

Permalink
Change lifecycle script
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejchak committed Jan 3, 2024
1 parent 5b39110 commit cc6a7bc
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 @@ -28,7 +28,7 @@
"prettycheck": "prettier -c 'src/**/*.{ts,js,css,html}'",
"prettyfix": "prettier --write 'src/**/*.{ts,js,css,html}'",
"compile": "tsc -p tsconfig.json && tsc -p esm.tsconfig.json",
"prepack": "yarn run compile"
"postinstall": "yarn run compile"
},
"dependencies": {
"axios": "1.6.2",
Expand Down

0 comments on commit cc6a7bc

Please sign in to comment.