Skip to content

Commit 2591e51

Browse files
committed
Updated yarn build script
1 parent a0d29a6 commit 2591e51

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
"dev:frontend": "nuxt",
99
"dev:lambdas": "netlify-lambda serve lambdas",
1010
"dev": "run-p dev:*",
11-
"build:frontend": "nuxt build",
11+
"build:frontend": "nuxt generate",
1212
"build:lambdas": "netlify-lambda build lambdas",
13-
"build": "run-p build:",
13+
"build": "run-p build:*",
1414
"start": "nuxt start",
15-
"generate": "nuxt generate",
1615
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
1716
"lint": "run-p lint:",
1817
"precommit": "npm run lint",

0 commit comments

Comments
 (0)