some fixes and improvements to build
- change .yarn/ gitignore to include subprojects - add nodejs-rfb to build (and bump it) - add clean script
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,5 @@
|
|||||||
.parcel-cache/
|
.parcel-cache/
|
||||||
.yarn/
|
**/.yarn/
|
||||||
**/node_modules/
|
**/node_modules/
|
||||||
config.toml
|
config.toml
|
||||||
|
|
||||||
|
|||||||
1
Justfile
1
Justfile
@@ -1,5 +1,6 @@
|
|||||||
all:
|
all:
|
||||||
yarn workspace @cvmts/cvm-rs run build
|
yarn workspace @cvmts/cvm-rs run build
|
||||||
|
yarn workspace @computernewb/nodejs-rfb run build
|
||||||
yarn workspace @cvmts/shared run build
|
yarn workspace @cvmts/shared run build
|
||||||
yarn workspace @cvmts/qemu run build
|
yarn workspace @cvmts/qemu run build
|
||||||
yarn workspace @cvmts/cvmts run build
|
yarn workspace @cvmts/cvmts run build
|
||||||
|
|||||||
Submodule nodejs-rfb updated: ca99bccda8...55e9e6cd65
@@ -20,6 +20,7 @@
|
|||||||
"packageManager": "yarn@4.1.1",
|
"packageManager": "yarn@4.1.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "just",
|
"build": "just",
|
||||||
"serve": "node cvmts/dist/index.js"
|
"serve": "node cvmts/dist/index.js",
|
||||||
|
"clean": "rm -rf .parcel-cache .yarn **/node_modules **/dist cvm-rs/target cvm-rs/index.node"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user