Skip to content

Commit

Permalink
Add dev command to match other workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwcomeau committed Dec 14, 2024
1 parent 2146534 commit 180a9f5
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 @@
"styled-components": "5.2.1"
},
"scripts": {
"start": "start-storybook -p 6006 -s public"
"dev": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006 -s public",
"start": "npm run dev"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 180a9f5

Please sign in to comment.