Skip to content

Commit 75c0dd0

Browse files
build: use concurrently command for dev script
1 parent bf69647 commit 75c0dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "8.0.0",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev",
6+
"dev": "npx concurrently \"yarn next dev\" \"yarn theme:watch\"",
77
"postinstall": "yarn theme",
88
"build": "next build",
99
"postbuild": "next-sitemap",

0 commit comments

Comments
 (0)