Skip to content

Commit

Permalink
fix: add postinstall message
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Sep 11, 2023
1 parent 6feb0c2 commit d1d541b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "jest --collect-coverage",
"develop": "concurrently \"rollup -c rollup.config.js -w\" \"tsc --declaration --emitDeclarationOnly --watch --preserveWatchOutput --project tsconfig.prod.json\" ",
"tsc": "tsc --noEmit",
"postinstall": "node ./postinstall.js"
"postinstall": "node postinstall.js"
},
"author": "Tolgee",
"license": "MIT",
Expand Down

0 comments on commit d1d541b

Please sign in to comment.