Skip to content

Commit 212f386

Browse files
Add update profiles command
1 parent 6e7c78c commit 212f386

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo",
4848
"ipfs": "yarn workspace @se-2/nextjs ipfs",
4949
"vercel:login": "yarn workspace @se-2/nextjs vercel:login",
50-
"verify": "yarn hardhat:verify"
50+
"verify": "yarn hardhat:verify",
51+
"update-profiles": "node packages/nextjs/scripts/update-builder-profiles.mjs"
5152
},
5253
"packageManager": "yarn@3.2.3",
5354
"devDependencies": {

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"vercel:yolo": "vercel --build-env YARN_ENABLE_IMMUTABLE_INSTALLS=false --build-env ENABLE_EXPERIMENTAL_COREPACK=1 --build-env NEXT_PUBLIC_IGNORE_BUILD_ERROR=true --build-env VERCEL_TELEMETRY_DISABLED=1",
1515
"ipfs": "NEXT_PUBLIC_IPFS_BUILD=true yarn build && yarn bgipfs upload config init -u https://upload.bgipfs.com && CID=$(yarn bgipfs upload out | grep -o 'CID: [^ ]*' | cut -d' ' -f2) && [ ! -z \"$CID\" ] && echo '🚀 Upload complete! Your site is now available at: https://community.bgipfs.com/ipfs/'$CID || echo '❌ Upload failed'",
1616
"vercel:login": "vercel login",
17-
"update-profiles": "yarn workspace @se-2/nextjs update-profiles"
17+
"update-profiles": "node scripts/update-builder-profiles.mjs"
1818
},
1919
"dependencies": {
2020
"@heroicons/react": "^2.1.5",

0 commit comments

Comments
 (0)