提交根目录配置文件
This commit is contained in:
15
front-end/package.json
Normal file
15
front-end/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "front-end",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"init": "pnpm install",
|
||||
"all": "concurrently \"pnpm run build\" \"pnpm run dev:main\"",
|
||||
"build": "pnpm --parallel --filter app-product --filter app-shared dep",
|
||||
"dev:main": "pnpm --filter main-app dev",
|
||||
"build:main": "pnpm --filter main-app dep"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user