Commit 169fdd47 authored by rockyl's avatar rockyl

yarn 改为 npm

parent b69926bc
......@@ -12,8 +12,8 @@
"scripts": {
"dev": "rollup -c -w",
"build:rollup": "rollup -c",
"build": "yarn run install",
"install": "yarn clean && yarn install",
"build": "npm run install",
"install": "npm run clean && npm install",
"clean": "rm -rf ./node_modules",
"start": "node dist/index.js"
},
......
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 to comment