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

Commit

Permalink
build: remove legacy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Moore committed Nov 5, 2023
1 parent 076f3b8 commit 35c9374
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
"build:backend": "tsc -p backend/",
"build:frontend": "tsc -p frontend/",
"build:fix-frontend": "node common/fix-frontend-js.js",
"start": "node dist-backend/app.js",
"cli-setpassword": "node dist/tools/script.setpassword.js",
"cli-testpassword": "node dist/tools/script.testpassword.js",
"cli-adduser": "node dist/tools/script.adduser.js"
"start": "node dist-backend/app.js"
},
"repository": "github:tycrek/ass",
"keywords": [
Expand Down

0 comments on commit 35c9374

Please sign in to comment.