Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: support platform-independent build (fix: #36) (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
GNQG authored and billyyyyy3320 committed Dec 1, 2019
1 parent f6444cf commit cc09e81
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 11 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev:node": "tsc -p tsconfig.node.json --watch",
"build:client": "tsc -p tsconfig.client.json",
"build:node": "tsc -p tsconfig.node.json",
"build:components": "mkdir -p lib/client/components && cp -r src/client/components lib/client",
"build:components": "cpx \"src/client/components/**/*\" lib/client/components",
"dev:docs": "vuepress dev docs --temp docs/.temp",
"build:docs": "vuepress build docs --temp docs/.temp",
"dev:example": "node examples/launch.js dev",
Expand Down Expand Up @@ -38,6 +38,7 @@
"devDependencies": {
"concurrently": "^4.1.0",
"conventional-changelog-cli": "^2.0.1",
"cpx": "^1.5.0",
"inquirer": "^6.3.1",
"nodemon": "^1.18.7",
"rimraf": "^3.0.0",
Expand Down
Loading

0 comments on commit cc09e81

Please sign in to comment.