Skip to content

Commit

Permalink
updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenJLu committed Dec 20, 2024
1 parent fca4786 commit 49b26e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
"dev": "node ./scripts/dev.cjs && remix vite:dev",
"start": "wrangler pages dev ./build/client",
"postinstall": "node ./scripts/draco.cjs",
"deploy": "npm run build && wrangler pages deploy ./build/client --project-name stephenjlu",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"deploy-storybook": "npm run build-storybook && wrangler pages deploy ./storybook-static --project-name stephenjlu-sbdev",
"chromatic": "npx chromatic --project-token=chpt_4effadb6dca298c"
"deploy": "npm run build && wrangler pages deploy ./build/client --project-name stephenjlu"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.515.0",
Expand Down

0 comments on commit 49b26e8

Please sign in to comment.