Commit 004e794f by 陆志强

Revert "feat: 解决冲突"

This reverts commit 07c077a8
parent 07c077a8
......@@ -4,12 +4,17 @@
"private": true,
"license": "UNLICENSED",
"scripts": {
<<<<<<< HEAD
"serve:dev": "cross-env mode=test nuxt",
"serve:pre": "cross-env mode=preview nuxt",
=======
"release": "standard-version",
"release:minor": "standard-version -r minor",
"release:patch": "standard-version -r patch",
"serve": "cross-env mode=dev nuxt",
"serve:dev": "cross-env mode=dev nuxt",
"serve:pre": "cross-env mode=pre nuxt",
>>>>>>> feature/newDraw
"serve:prod": "cross-env mode=production nuxt",
"serve:cm": "cross-env mode=cm nuxt",
"serve:vvku": "cross-env mode=vvku nuxt",
......@@ -90,4 +95,4 @@
"postcss-pxtorem": "^5.1.1",
"prettier": "^2.3.2"
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment