Skip to content

Commit

Permalink
chore: adjust deployment scripts for Transifex (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilbitner authored Jan 10, 2024
1 parent 30e3fd6 commit 80f38e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/transifex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"scripts": {
"install-ci": "npm ci",
"start": "vite",
"build": "vite build --mode=prod",
"build": "vite build",
"build:staging": "vite build --mode=staging",
"build:dev": "vite build --mode=development",
"lint": "prettier --write ./src && eslint --fix --ext js,jsx ./src",
"preview": "vite preview",
"create-app-definition": "contentful-app-scripts create-app-definition",
"upload": "contentful-app-scripts upload --bundle-dir ./dist",
"upload-ci": "contentful-app-scripts upload --ci --bundle-dir ./dist --organization-id $CONTENTFUL_ORG_ID --definition-id $CONTENTFUL_APP_DEF_ID --token $CONTENTFUL_ACCESS_TOKEN",
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id b7SVv0k1EYbQRsusviQDi --token ${CONTENTFUL_CMA_TOKEN}"
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./dist --organization-id ${DEFINITIONS_ORG_ID} --definition-id b7SVv0k1EYbQRsusviQDi --token ${CONTENTFUL_CMA_TOKEN}"
},
"devDependencies": {
"@contentful/app-scripts": "^1.13.1",
Expand Down

0 comments on commit 80f38e1

Please sign in to comment.