Skip to content
Snippets Groups Projects
Commit dda4c09e authored by michael.minelli's avatar michael.minelli
Browse files

Package => Make some adaptation

parent b73e7bb0
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@
"version" : "5.0.0",
"license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>",
"type" : "module",
"main" : "dist/app.js",
"bin" : {
"dirmanager": "./dist/app.js"
......@@ -26,7 +25,7 @@
"lint" : "npx eslint .",
"genversion" : "npx genversion -s -e src/config/Version.ts",
"build" : "npm run genversion; npx tsc",
"start:dev" : "npm run genversion; npm run lint; tsc --noEmit && npx tsx dist/app.js",
"start:dev" : "npm run genversion; npm run lint; tsc --noEmit && npx tsx --no-warnings src/app.ts",
"test" : "echo \"Error: no test specified\" && exit 1"
},
"dependencies" : {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment