提交 d15a48da 编写于 作者: Q qq_38870145

Auto Commit

上级 8c54d9aa
# Logs # Logs
logs logs
*.log *.log
*.lock
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
......
run = "npm i && npm run dev" run = "yarn install && yarn dev"
language = "node" language = "node"
[deployment] [deployment]
build = "npm i && npm run build" build = "yarn install && yarn dev"
run = "npm run preview" run = "yarn preview"
[env] [env]
PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册