Add prepack hook to backend-core preserve correct version after bumped by lerna
This commit is contained in:
parent
de43cc6536
commit
92d5039dfb
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue