Skip to content

Commit

Permalink
fix start script
Browse files Browse the repository at this point in the history
  • Loading branch information
nygardk committed Nov 18, 2023
1 parent 4f5ce39 commit 565ecb1
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 @@ -24,7 +24,7 @@
"demo": "vite --config vite.demo.config.js",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src ./demo",
"prepublishOnly": "npm run build",
"start": "npm run run-demos",
"start": "npm run demo",
"release": "npm run build && changeset publish"
},
"keywords": [
Expand Down

0 comments on commit 565ecb1

Please sign in to comment.