We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2cf96f commit 96159e4Copy full SHA for 96159e4
1 file changed
package.json
@@ -14,7 +14,7 @@
14
"packages/*"
15
],
16
"scripts": {
17
- "bootstrap": "yarn install",
+ "bootstrap": "yarn install --ignore-engines",
18
"build": "lerna run build --stream && ts-node scripts/make-cli-executable.ts",
19
"build:adapter": "(cd packages/airnode-adapter && yarn run build)",
20
"build:admin": "(cd packages/airnode-admin && yarn run build)",
0 commit comments