Skip to content

Commit

Permalink
backstage: remove check-engine preinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleslimghost committed Feb 4, 2025
1 parent 6631c68 commit 193668d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"clean-up-packages": "./scripts/clean-up-packages.sh",
"build": "tsc --build --verbose tsconfig.json",
"watch": "tsc --build --watch --verbose tsconfig.json",
"test": "jest --silent --runInBand",
"preinstall": "[ \"$INIT_CWD\" != \"$PWD\" ] || npm_config_yes=true npx check-engine"
"test": "jest --silent --runInBand"
},
"lint-staged": {
"**/*.{ts,js,json}": "prettier --write",
Expand Down

0 comments on commit 193668d

Please sign in to comment.