Skip to content

Commit

Permalink
build: 📦️ 完善deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Aug 13, 2023
1 parent db7ccfa commit 255f324
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 28 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ tree.json
versions.json
/yarn.lock
treePkgs.txt

!packages/web/public/*.json
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"**/dist/**"

],
"exec": "ts-node ./scripts/dev-cli.ts"
"exec": "ts-node ./scripts/dev.ts"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "ts-node scripts/build.ts",
"build:cli": "ts-node scripts/build-cli.ts",
"build:web": "ts-node scripts/build-web.ts",
"build:deploy": "ts-node scripts/deploy.ts",
"build:deploy": "ts-node scripts/build-deploy.ts",
"test": "vitest run",
"prepare": "husky install",
"commit": "git-cz",
Expand Down
1 change: 0 additions & 1 deletion packages/web/public/graph.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/web/public/relations.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/web/public/tree.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/web/public/versions.json

This file was deleted.

Loading

0 comments on commit 255f324

Please sign in to comment.