mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix yarn dev
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "NODE_ENV=development && next dev",
|
||||
"dev": "NODE_ENV=development next dev",
|
||||
"build": "next build && node ./scripts/downloadFonts.js",
|
||||
"vercel-build": "yarn workspaces run build",
|
||||
"start": "next start",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"start": "yarn workspace playground run start",
|
||||
"next": "yarn workspace playground run dev",
|
||||
"build": "yarn workspaces run build",
|
||||
"dev": "concurrently --kill-others -n forget,playground \"yarn workspace babel-plugin-react-forget run tsc --watch\" \"yarn workspace playground run dev\"",
|
||||
"dev": "concurrently --kill-others -n compiler,playground \"yarn workspace babel-plugin-react-forget run build --watch\" \"yarn workspace playground run dev\"",
|
||||
"test": "yarn workspaces run test",
|
||||
"snap": "yarn workspace babel-plugin-react-forget run snap",
|
||||
"snap:build": "yarn workspace snap run build"
|
||||
|
||||
Reference in New Issue
Block a user