Skip to content

Commit

Permalink
tools/build
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Jan 31, 2025
1 parent 220b782 commit 79469e4
Show file tree
Hide file tree
Showing 26 changed files with 29 additions and 3,614 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/zengm-games/zengm.git"
},
"scripts": {
"build": "node --experimental-strip-types --disable-warning=ExperimentalWarning tools/build.ts",
"build": "node --experimental-strip-types --disable-warning=ExperimentalWarning tools/build/cli.ts",
"deploy": "node --run lint && node --run test && node --experimental-strip-types --disable-warning=ExperimentalWarning tools/deploy.ts",
"deploy-all": "node --run lint && node --run test && node --experimental-strip-types --disable-warning=ExperimentalWarning tools/deploy-all.ts",
"dev": "node --experimental-strip-types --disable-warning=ExperimentalWarning tools/watch/cli.ts",
Expand Down
3 changes: 0 additions & 3 deletions tools/build.ts

This file was deleted.

2 changes: 1 addition & 1 deletion tools/deploy-all.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import deploy from "./lib/deploy.ts";
import { deploy } from "./lib/deploy.ts";

const sports = ["basketball", "football", "baseball", "hockey"] as const;

Expand Down
2 changes: 1 addition & 1 deletion tools/deploy.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import deploy from "./lib/deploy.ts";
import { deploy } from "./lib/deploy.ts";

await deploy();
35 changes: 0 additions & 35 deletions tools/lib/build.ts

This file was deleted.

104 changes: 0 additions & 104 deletions tools/lib/buildCss.ts

This file was deleted.

59 changes: 0 additions & 59 deletions tools/lib/buildJSWorker.ts

This file was deleted.

85 changes: 0 additions & 85 deletions tools/lib/buildJs.ts

This file was deleted.

Loading

0 comments on commit 79469e4

Please sign in to comment.