Skip to content

Commit

Permalink
Merge branch 'main' into contentful_delete_web_hook
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotsaha committed Mar 20, 2024
2 parents 2469413 + f5301e7 commit dc9e02f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"pretest": "npm run compile",
"posttest": "npm run lint",
"cf-type-gen": "dotenv -- bash -c 'cf-content-types-generator -s $NEXT_CONTENTFUL_SPACE_ID -t $NEXT_CONTENTFUL_CMA_TOKEN -X -o ./src/types/contentful' && npm run fix",
"gen-example-env": "sed 's/=.*/=/' .env > .env.example"
"gen-example-env": "sed 's/=.*/=/' .env > .env.example",
"ngrok": "ngrok http --domain=https://initially-cosmic-panther.ngrok-free.app 3000"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
Expand Down

0 comments on commit dc9e02f

Please sign in to comment.