Skip to content

Commit

Permalink
apply suggessions
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb committed Jul 16, 2024
1 parent f32a8a1 commit 3b68c2a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 31 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Tests
env:
NODE_NO_WARNINGS: true
SKIP_PREBUILD: true
on:
push:
branches:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
"pnpm": ">=9"
},
"scripts": {
"build": "pnpm --filter=@graphprotocol/graph-* --filter=!@graphprotocol/graph-matchstick build",
"build": "if [ \"$SKIP_PREBUILD\" != \"true\" ]; then pnpm run prebuild; fi && pnpm --filter=@graphprotocol/graph-* --filter=!@graphprotocol/graph-matchstick build",
"lint": "pnpm lint:prettier && pnpm lint:eslint",
"lint:eslint": "eslint .",
"lint:eslint:fix": "eslint . --fix",
"lint:fix": "pnpm lint:prettier:fix && pnpm lint:eslint:fix",
"lint:prettier": "prettier -c .",
"lint:prettier:fix": "prettier . --write",
"prebuild": "pnpm --filter=@graphprotocol/graph-matchstick build",
"release": "pnpm build && changeset publish",
"test:cli": "pnpm --filter @graphprotocol/graph-cli test",
"test:ts": "pnpm --filter @graphprotocol/graph-ts test",
Expand Down
2 changes: 1 addition & 1 deletion packages/matchstick/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "the-graph-tooling-matchstick-darwin-arm64",
"name": "@graphprotocol/the-graph-matchstick-darwin-arm64",
"version": "0.0.1",
"repository": {
"url": "https://github.com/graphprotocol/graph-tooling"
Expand Down
2 changes: 1 addition & 1 deletion packages/matchstick/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "the-graph-tooling-matchstick-darwin-x64",
"name": "@graphprotocol/the-graph-matchstick-darwin-x64",
"version": "0.0.1",
"repository": {
"url": "https://github.com/graphprotocol/graph-tooling"
Expand Down
2 changes: 1 addition & 1 deletion packages/matchstick/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "the-graph-tooling-matchstick-linux-x64-gnu",
"name": "@graphprotocol/the-graph-matchstick-linux-x64-gnu",
"version": "0.0.1",
"repository": {
"url": "https://github.com/graphprotocol/graph-tooling"
Expand Down
3 changes: 0 additions & 3 deletions packages/matchstick/npm/win32-x64-msvc/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions packages/matchstick/npm/win32-x64-msvc/package.json

This file was deleted.

0 comments on commit 3b68c2a

Please sign in to comment.