Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fix(public): copy over static files to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Jul 7, 2024
1 parent 2e17998 commit 5b64441
Show file tree
Hide file tree
Showing 2 changed files with 930 additions and 22 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "server.js",
"scripts": {
"dev": "ts-node-dev ./src/index.ts",
"build": "tsc -p tsconfig.build.json",
"build": "tsc -p tsconfig.build.json && cpx src/public/**/* dist/public",
"serve": "node ./dist/index.js",
"prettier": "prettier --write . --ignore-path=.gitignore",
"prettier:check": "prettier --check . --ignore-path=.gitignore",
Expand Down Expand Up @@ -72,6 +72,7 @@
"@typescript-eslint/parser": "^7.14.1",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"cpx": "^1.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down
Loading

0 comments on commit 5b64441

Please sign in to comment.