Skip to content

Commit

Permalink
Remove Testing Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Feb 6, 2024
1 parent 95c3843 commit c533098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "npm run build && cd dist/ && node index.js",
"prettier:check": "npx prettier --check index.ts src/",
"prettier": "npx prettier --write index.ts src/",
"copy-web-data": "npx ncp src/views/ dist/src/views/ && npx ncp src/public/ dist/src/public/ && npx ncp src/files/ dist/src/files/ ",
"copy-web-data": "npx ncp src/views/ dist/src/views/ && npx ncp src/public/ dist/src/public/",
"lint:check": "npx eslint index.ts src/",
"lint": "npx eslint --fix index.ts src/",
"build": "npx tsc --build && npm run copy-web-data"
Expand Down

0 comments on commit c533098

Please sign in to comment.