Skip to content

Commit 60d168e

Browse files
committed
refactor: reorder commands in 'all' script for improved clarity
1 parent a54786c commit 60d168e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"deploy": "dotenv -e .env -- sh -c 'graph deploy subgraph.template.yaml --node ${GRAPHNODE_URL:-http://localhost:8020} --ipfs ${IPFS_URL:-http://localhost:5001} --network ${NETWORK_NAME:-bellecour} --version-label ${VERSION_LABEL:-dev} ${NETWORK_NAME:-bellecour}${DEPLOY_ENV:-/}DataProtector-v2'",
1111
"clean": "rm -rf generated && rm -rf build",
1212
"test": "npm run codegen && graph test",
13-
"all": " dotenv -e .env -- sh -c 'tsx ./test-stack/prepare-test-env.ts && npm run build && npm run clean && npm run codegen && npm run create && npm run deploy'",
13+
"all": " dotenv -e .env -- sh -c 'tsx ./test-stack/prepare-test-env.ts && npm run clean && npm run codegen && npm run build && npm run create && npm run deploy'",
1414
"refresh-abis": "node tools/refreshAbis.mjs",
1515
"format": "prettier --write \"(src|tests)/**/*.{ts,json}\"",
1616
"check-format": "prettier --check \"(src|tests)/**/*.ts|tests/**/*.ts\""

0 commit comments

Comments
 (0)