1
0
Fork 0
mirror of synced 2024-06-14 16:35:02 +12:00

Add prepack hook to backend-core preserve correct version after bumped by lerna

This commit is contained in:
Rory Powell 2022-06-15 09:35:35 +01:00
parent de43cc6536
commit 92d5039dfb

View file

@ -13,6 +13,7 @@
"license": "GPL-3.0",
"scripts": {
"prebuild": "rimraf dist/",
"prepack": "cp package.json dist",
"build": "tsc -p tsconfig.build.json",
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
"test": "jest",