Skip to content

Commit

Permalink
[experiments] Switch to @cubing/deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Nov 30, 2024
1 parent 097ee89 commit 3355bcf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ deploy-twizzle: build-site-twizzle
${BUN_RUN} script/deploy/twizzle.ts
.PHONY: deploy-experiments
deploy-experiments: build-site-experiments
${BUN_RUN} script/deploy/experiments.ts
bun x @cubing/deploy
.PHONY: roll-vendored-twsearch
roll-vendored-twsearch:
test -d ../twsearch/ || exit
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,11 @@
"bluetooth",
"rubik",
"rubik's"
]
],
"@cubing/deploy": {
"$schema": "./node_modules/@cubing/deploy/config-schema.json",
"https://experiments.cubing.net/cubing.js/": {
"fromLocalDir": "./dist/sites/experiments.cubing.net/cubing.js/"
}
}
}
11 changes: 0 additions & 11 deletions script/deploy/experiments.ts

This file was deleted.

0 comments on commit 3355bcf

Please sign in to comment.