Skip to content

Commit 3e6cf18

Browse files
committed
build: fixed build:ci command
1 parent bfab35b commit 3e6cf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/nuxt2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "nuxt",
77
"build": "pnpm run lintfix && nuxt build",
8-
"build:ci": "pnpm run list && nuxt build",
8+
"build:ci": "pnpm run lint && nuxt build",
99
"start": "nuxt start",
1010
"generate": "nuxt generate",
1111
"lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .",

0 commit comments

Comments
 (0)