Skip to content

Commit 02be5e9

Browse files
authored
Merge pull request #71 from Project-MONAI/fix/dev-serve-script
Add dev:serve option
2 parents ba0bd60 + 1f3fd6d commit 02be5e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"dev": "cross-env NODE_ENV=development npm-run-all clean build:tailwind --parallel watch:*",
8+
"dev:serve": "cross-env NODE_ENV=development npm-run-all clean build:tailwind --parallel watch:* serve",
89
"serve": "node scripts/dev-server.js",
910
"watch:tailwind": "cross-env NODE_ENV=development tailwindcss -i ./assets/css/style.css -o ./dist/assets/css/tailwind.css --watch",
1011
"watch:html": "node scripts/build-html.js --watch",

0 commit comments

Comments
 (0)