Skip to content
Snippets Groups Projects
Commit 3c8671f1 authored by mathias.chouet's avatar mathias.chouet
Browse files

package: prepublish > prepublishOnly

parent e2a95e8c
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@
"doc": "cd . && \"node_modules/.bin/typedoc\" --out \"doc/typedoc\" src",
"lint": "cd . && \"node_modules/.bin/tslint\" -p tsconfig.json",
"viz": "tsviz -recursive src/ jalhyd_class_diagram.png",
"prepublish": "npm run jasmine && npm run build-node",
"prepublishOnly": "npm run jasmine && npm run build-node",
"package": "npm run build && npm pack --quiet",
"package-node": "npm run build-node && npm pack --quiet"
}
......
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