Try to slow down upload cache
This commit is contained in:
parent
0753213107
commit
74154140df
8 changed files with 473 additions and 218 deletions
|
|
@ -3,6 +3,9 @@
|
|||
"version": "0.1.0",
|
||||
"description": "Install and configure Bazel for GitHub Actions",
|
||||
"main": "index.js",
|
||||
"engines" : {
|
||||
"node" : "16.x"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "ncc build index.js -s -o dist/main && ncc build post.js -s -o dist/post",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue