correction de la génération d'un package installable close #7
Showing
+5 -3
jalhyd_class_diagram.png
deleted
100644 → 0
+ 0
− 0
15.1 KB
... | @@ -30,6 +30,7 @@ | ... | @@ -30,6 +30,7 @@ |
"jasmine": "./node_modules/.bin/jasmine", | "jasmine": "./node_modules/.bin/jasmine", | ||
"karma": "./node_modules/typescript/bin/tsc --p spec/tsconfig.spec.json && ./node_modules/karma/bin/karma start", | "karma": "./node_modules/typescript/bin/tsc --p spec/tsconfig.spec.json && ./node_modules/karma/bin/karma start", | ||
"lint": "./node_modules/tslint/bin/tslint", | "lint": "./node_modules/tslint/bin/tslint", | ||
"viz": "tsviz -recursive src/ jalhyd_class_diagram.png" | "viz": "tsviz -recursive src/ jalhyd_class_diagram.png", | ||
"package": "rm -rf build; npm run build; npm pack" | |||
} | } | ||
} | } |