Skip to content

Commit 29b5790

Browse files
revert(package.json): simplify dev script back to next dev
1 parent e4b7c53 commit 29b5790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "8.0.0",
44
"private": true,
55
"scripts": {
6-
"dev": "npx concurrently \"yarn next dev\" \"yarn theme:watch\"",
6+
"dev": "next dev",
77
"postinstall": "yarn theme",
88
"build": "next build",
99
"postbuild": "next-sitemap",
@@ -95,4 +95,4 @@
9595
"resolutions": {
9696
"jackspeak": "2.1.1"
9797
}
98-
}
98+
}

0 commit comments

Comments
 (0)