Skip to content

Commit

Permalink
[C] Simplify package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Mason authored and blnkt committed Apr 2, 2024
1 parent 627b52a commit dae8a34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"url": "https://github.com/lsst-epo/rubin-obs-client"
},
"scripts": {
"dev": "npm-run-all --parallel dev:*",
"dev:next": "next dev",
"dev": "next dev",
"static": "npm-run-all static:*",
"static:build": "next build --debug",
"static:export": "next export",
Expand Down

0 comments on commit dae8a34

Please sign in to comment.