Skip to content
Snippets Groups Projects
Commit 98f2f652 authored by francois.grand's avatar francois.grand
Browse files

package.json : ajout d'un script qui empaquette et installe jalhyd

closes #15
parent 24a7aeb5
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,12 @@
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --host 0.0.0.0",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"jalhyd": "rm -rf node_modules/jalhyd; cd ../jalhyd; npm run package; cd ../nghyd; npm install ../jalhyd/jalhyd-1.0.0.tgz"
},
"private": true,
"dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment