Closed jjshinobi closed 3 years ago
Hi,
After installing jest-dynalite@3.4.3 my yarn install fails on this command in jest-dynalite:
yarn install
error .../node_modules/jest-dynalite: Command failed. Exit code: 1 Command: yarn build && husky install Arguments: Directory: .../node_modules/jest-dynalite Output: yarn run v1.22.10 $ rm -rf dist && tsc -p tsconfig.build.json
tsconfig.build.json doesn't exist in jest-dynalite package.
jest-dynalite
Is it correct postinstall command?
"postinstall": "yarn build && husky install"
I can see that it is fixed in 3.4.4. Closing.
Apologies, hope this wasn't too disruptive
Hi,
After installing jest-dynalite@3.4.3 my
yarn install
fails on this command in jest-dynalite:tsconfig.build.json doesn't exist in
jest-dynalite
package.Is it correct postinstall command?