Skip to content

Commit

Permalink
chore: use nuxi instead of nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 9, 2023
1 parent 134c810 commit f2ae6c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "@hitokoto/poll",
"private": true,
"scripts": {
"build": "nuxt build --dotenv .env.production",
"dev": "nuxt dev --dotenv .env.local",
"generate": "nuxt generate",
"preview": "nuxt preview",
"build": "nuxi build --dotenv .env.production",
"dev": "nuxi dev --dotenv .env.local",
"generate": "nuxi generate",
"preview": "nuxi preview",
"prepare": "husky install",
"lint:js": "eslint --ext \".js,.ts,.tsx,.jsx,.vue\" --ignore-path .gitignore .",
"lint:style": "stylelint \"**/*.{vue,htm,html,css,sss,less,scss,sass}\" --config .stylelintrc.js --ignore-path .gitignore",
"lint": "pnpm lint:js && pnpm lint:style",
"postinstall": "nuxt prepare && sh -c 'if [ command -v ./node_modules/.bin/husky ]; then ./node_modules/.bin/husky install; fi;'"
"postinstall": "nuxi prepare && sh -c 'if [ command -v ./node_modules/.bin/husky ]; then ./node_modules/.bin/husky install; fi;'"
},
"devDependencies": {
"@ant-design-vue/nuxt": "^1.1.1",
Expand Down

0 comments on commit f2ae6c4

Please sign in to comment.