Skip to content

Commit

Permalink
build: add --skip-activation flag to dev build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nathnhughes committed May 3, 2022
1 parent 7af81d4 commit fb45ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"upload:dev": "dotenv -- cross-var contentful-app-scripts upload --ci --bundle-dir ./build --organization-id %CONTENTFUL_ORG_ID% --definition-id %DEV_CONTENTFUL_APP_DEF_ID% --token %CONTENTFUL_ACCESS_TOKEN%",
"upload:dev": "dotenv -- cross-var contentful-app-scripts upload --ci --bundle-dir ./build --organization-id %CONTENTFUL_ORG_ID% --definition-id %DEV_CONTENTFUL_APP_DEF_ID% --token %CONTENTFUL_ACCESS_TOKEN% --skip-activation",
"upload:prod": "dotenv -- cross-var contentful-app-scripts upload --ci --bundle-dir ./build --organization-id %CONTENTFUL_ORG_ID% --definition-id %PROD_CONTENTFUL_APP_DEF_ID% --token %CONTENTFUL_ACCESS_TOKEN%"
},
"eslintConfig": {
Expand Down

0 comments on commit fb45ad6

Please sign in to comment.