Commit dbdad88 1 parent e256a66 commit dbdad88 Copy full SHA for dbdad88
File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ if [ -z "$version" ]; then
71
71
exit_help
72
72
fi
73
73
# allow only x.y.z and x.y.z-n versions
74
- if [[ ! $version =~ ^[0-9]+\. [0-9]+\. [0-9]+ (-[0 -9]+)? $ ]]; then
74
+ if [[ ! $version =~ ^[0-9]+\. [0-9]+\. [0-9]+ (-[a-z0 -9]+)? $ ]]; then
75
75
echo " invalid version " " $version " " "
76
76
exit_help
77
77
fi
Original file line number Diff line number Diff line change 10
10
"test:unit" : " echo 'No unit tests defined'" ,
11
11
"test:lint" : " prettier . --check" ,
12
12
"test:config" : " ts-node --project tsconfig.scripts.json ./bin/check-config.ts" ,
13
- "infra:start" : " docker compose up -d" ,
14
- "infra:stop" : " docker compose down" ,
15
- "create-local" : " graph create beefyfinance/local --node http://127.0.0.1:8020" ,
16
- "deploy-local" : " graph deploy beefyfinance/local --node http://127.0.0.1:8020 --ipfs http://localhost:5001" ,
17
- "remove-local" : " graph remove beefyfinance/local --node http://127.0.0.1:8020" ,
18
13
"configure" : " ./bin/prepare.sh "
19
14
},
20
15
"main" : " ./bin/index.js" ,
40
35
"lint-staged" : {
41
36
"*.--check" : " prettier --write"
42
37
},
43
- "packageManager" : " yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e "
38
+ "packageManager" : " yarn@1.22.22"
44
39
}
You can’t perform that action at this time.
0 commit comments