We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da303d8 commit 035db84Copy full SHA for 035db84
1 file changed
manifest-scanner/package.json
@@ -14,7 +14,8 @@
14
"/bin",
15
"/dist",
16
"/npm-shrinkwrap.json",
17
- "/oclif.manifest.json"
+ "/oclif.manifest.json",
18
+ "/dist/resource/*.jar"
19
],
20
"dependencies": {
21
"@oclif/core": "^2",
@@ -57,7 +58,7 @@
57
58
}
59
},
60
"scripts": {
- "build": "shx rm -rf dist && tsc -b",
61
+ "build": "shx rm -rf dist && tsc -b && npm run copy-jar",
62
"lint": "eslint . --ext .ts --config .eslintrc --fix",
63
"postpack": "shx rm -f oclif.manifest.json",
64
"posttest": "npm run lint",
0 commit comments