Integrate remote cache server for Bazel

This commit is contained in:
Alex Rodionov 2024-05-30 12:14:52 -07:00
parent 363eb36ada
commit b5e7d0a8af
5 changed files with 92 additions and 4 deletions

View file

@ -7,7 +7,7 @@
"node": "20.x"
},
"scripts": {
"build": "ncc build index.js -s -o dist/main && ncc build post.js -s -o dist/post",
"build": "ncc build index.js -s -o dist/main && ncc build post.js -s -o dist/post && ncc build remote-cache-server.js -s -o dist/remote-cache-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alex Rodionov <p0deje@gmail.com>",