Skip to content

Commit 96159e4

Browse files
committed
Update bootstrap script to ignore engine checks during installation
1 parent c2cf96f commit 96159e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"packages/*"
1515
],
1616
"scripts": {
17-
"bootstrap": "yarn install",
17+
"bootstrap": "yarn install --ignore-engines",
1818
"build": "lerna run build --stream && ts-node scripts/make-cli-executable.ts",
1919
"build:adapter": "(cd packages/airnode-adapter && yarn run build)",
2020
"build:admin": "(cd packages/airnode-admin && yarn run build)",

0 commit comments

Comments
 (0)