Skip to content

Commit

Permalink
fix: skip graphql package build (metaplex-foundation#865)
Browse files Browse the repository at this point in the history
* GraphQL package requires Rust to be installed in the environment. * Skip GraphQL build while running yarn build in js folder.
* Fixes Vercel build.
  • Loading branch information
zaxozhu authored Nov 1, 2021
1 parent c674e57 commit b753b67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"lint:format": "prettier --write 'src/**/*.{js,ts,json}'",
"lint:eslint": "eslint 'src/**/*.ts'",
"lint": "yarn lint:format && yarn lint:eslint --fix",
"build": "yarn clean && npm run build:native && npm run build:ts",
"build:watch": "yarn build -- --watch",
"build:ts": "tsc",
"build:native": "cd ingester && yarn && yarn build-release",
Expand Down

0 comments on commit b753b67

Please sign in to comment.