整理目录

This commit is contained in:
庄建国 2021-12-27 06:26:15 +00:00
parent 8b5b0f8f65
commit cb848d1b30
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"git": "git config core.autocrlf true && git config core.filemode false",
"update-yarn": "curl --compressed -o- -L https://yarnpkg.com/install.sh | bash",
"sync-to-taobao": "node .scripts/sync_to_taobao.js",
"build_image": "node build_image.js",
"build_image": "node .scripts/build_image.js",
"build_creator": "cd creator && yarn run build",
"create_dev_project": "node .scripts/create_dev_project.js",
"start-dev": "yarn create_dev_project && cd steedos-projects && cd project-dev && yarn start"