Skip to content

Commit

Permalink
Merge pull request #9 from taghash/Extending_RaW_Feature
Browse files Browse the repository at this point in the history
postinstall updated
  • Loading branch information
hima2131232 committed Nov 4, 2023
2 parents 38d4992 + daa16e1 commit 17e1e2b
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 @@ -61,7 +61,7 @@
"stress:destroy": "docker-compose -f scripts/stress-test/docker-compose.yml stop",
"prepare": "husky install && npm run clean && npm run build",
"prepublishOnly": "npm run format:check && npm run lint:everything && npm run clean && npm run build",
"postinstall": "npm run format:check && npm run lint:everything && npm run clean && npm run build"
"postinstall": "npm run clean && npm run build"
},
"dependencies": {
"colorette": "2.0.19",
Expand Down

0 comments on commit 17e1e2b

Please sign in to comment.