chore: deploy:notestr
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
kieran 2024-04-30 10:22:45 +01:00
parent ddd1b3e83f
commit 4873e0ad72
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@
"intl-extract": "formatjs extract 'src/**/*.ts*' --ignore='**/*.d.ts' --out-file src/lang.json --flatten true",
"intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.json",
"eslint": "eslint .",
"deploy:meku": "NODE_CONFIG_ENV=meku yarn workspace @snort/app build && npx wrangler pages deploy --project-name meku build/"
"deploy:meku": "NODE_CONFIG_ENV=meku yarn build && npx wrangler pages deploy --project-name meku build/",
"deploy:notestr": "NODE_CONFIG_ENV=nostr yarn build && npx wrangler pages deploy --project-name nostr-generic build/"
},
"eslintConfig": {
"extends": [