Commit b69926bc authored by rockyl's avatar rockyl

build改为安装依赖

parent 12fca450
......@@ -12,7 +12,7 @@
"scripts": {
"dev": "rollup -c -w",
"build:rollup": "rollup -c",
"build": "echo 1",
"build": "yarn run install",
"install": "yarn clean && yarn 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