We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3bb1e commit bcb0bb7Copy full SHA for bcb0bb7
npm/README.md
@@ -16,7 +16,7 @@ java -jar node_modules/jsonix-schema-compiler/lib/jsonix-schema-compiler-full.ja
16
Typical usage is as follows:
17
18
* Make your package depend on `jsonix-schema-compiler`.
19
-* Invoke the Jsonix Schema Compiler in the `scripts/postinstall`
+* Invoke the Jsonix Schema Compiler in `scripts/prepublish`.
20
21
## Example
22
@@ -32,7 +32,7 @@ Typical usage is as follows:
32
...
33
"scripts": {
34
35
- "postinstall" : "java -jar node_modules/jsonix-schema-compiler/lib/jsonix-schema-compiler-full.jar schema.xsd"
+ "prepublish" : "java -jar node_modules/jsonix-schema-compiler/lib/jsonix-schema-compiler-full.jar schema.xsd"
36
37
}
38
0 commit comments