File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ Options:
4242Requires `rsync` to be installed. Reads target URLs from a field in `package.json` in the current folder:
4343
4444{
45+ "$schema": "./node_modules/@cubing/deploy/config-schema.package.json",
4546 "@cubing/deploy": {
4647 "https://experiments.cubing.net/test/deploy": {}
47- },
48+ }
4849}
4950
5051This example will be deployed from the following folder:
Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ Options:
1717Requires \`rsync\` to be installed. Reads target URLs from a field in \`package.json\` in the current folder:
1818
1919{
20+ "$schema": "./node_modules/@cubing/deploy/config-schema.package.json",
2021 "@cubing/deploy": {
2122 "https://experiments.cubing.net/test/deploy": {}
22- },
23+ }
2324}
2425
2526This example will be deployed from the following folder:
You can’t perform that action at this time.
0 commit comments