You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cookiecutter/v2/{{ cookiecutter.package_name }}/{{ cookiecutter.import_name }}/frontend-react/package.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
"type": "module",
6
6
"scripts": {
7
7
"build": "npm run clean && npm run typecheck && npm run build:frontend:production",
8
-
"build:frontend:production": "NODE_ENV=production vite build",
8
+
"build:frontend:production": "cross-env NODE_ENV=production vite build",
9
9
"clean": "rimraf build",
10
-
"dev": "NODE_ENV=development vite build --watch",
10
+
"dev": "cross-env NODE_ENV=development vite build --watch",
Copy file name to clipboardExpand all lines: cookiecutter/v2/{{ cookiecutter.package_name }}/{{ cookiecutter.import_name }}/frontend-reactless/package.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
"type": "module",
6
6
"scripts": {
7
7
"build": "npm run clean && npm run typecheck && npm run build:frontend:production",
8
-
"build:frontend:production": "NODE_ENV=production vite build",
8
+
"build:frontend:production": "cross-env NODE_ENV=production vite build",
9
9
"clean": "rimraf build",
10
-
"dev": "NODE_ENV=development vite build --watch",
10
+
"dev": "cross-env NODE_ENV=development vite build --watch",
0 commit comments