Skip to content

Commit

Permalink
chore: 增加开发实时编译命令 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeng-J committed Oct 28, 2022
1 parent 1338c57 commit 560a860
Show file tree
Hide file tree
Showing 3 changed files with 346 additions and 78 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"scripts": {
"start": "pnpm install --shamefully-hoist",
"dev": "concurrently \"pnpm --filter=ossaui dev:rollup\" \"pnpm dev:demo\"",
"dev:demo": "pnpm --filter=ossa-demo dev:h5",
"doc:start": "pnpm --filter=ossa-doc start",
"build:demo": "pnpm --filter=ossa-demo build:h5 --public_path=$npm_config_path",
Expand Down Expand Up @@ -40,6 +41,7 @@
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"chalk": "^4.0.1",
"concurrently": "^7.5.0",
"connect": "^3.7.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.18.0",
Expand Down
1 change: 1 addition & 0 deletions packages/ossa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"scripts": {
"dev": "npm run dev:lib",
"dev:lib": "tsc --project ./tsconfig.build.json --watch --incremental",
"dev:rollup": "rollup --config ./rollup.config.js -w",
"build": "npm run build:rollup && npm run build:lib",
"build:lib": "tsc --project ./tsconfig.build.json",
"build:rollup": "rollup --config ./rollup.config.js",
Expand Down
Loading

1 comment on commit 560a860

@vercel
Copy link

@vercel vercel bot commented on 560a860 Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ossa-demo – ./

ossa-demo-ossa.vercel.app
ossa-demo-git-main-ossa.vercel.app
ossaui.vercel.app

Please sign in to comment.