Skip to content

Commit

Permalink
add start command
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Mar 16, 2024
1 parent 95d61de commit 1ab2a7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dev": "npm run gw -- develop",
"build": "npm run gw -- build",
"serve": "greenwood serve",
"start": "npm run clean && npm run build && npm run serve",
"story:dev": "start-storybook -p 6006",
"story:build": "build-storybook",
"story:serve": "build-storybook && http-server ./storybook-static",
Expand Down

0 comments on commit 1ab2a7e

Please sign in to comment.