Skip to content

Commit 035db84

Browse files
committed
added resource jar
1 parent da303d8 commit 035db84

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

manifest-scanner/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"/bin",
1515
"/dist",
1616
"/npm-shrinkwrap.json",
17-
"/oclif.manifest.json"
17+
"/oclif.manifest.json",
18+
"/dist/resource/*.jar"
1819
],
1920
"dependencies": {
2021
"@oclif/core": "^2",
@@ -57,7 +58,7 @@
5758
}
5859
},
5960
"scripts": {
60-
"build": "shx rm -rf dist && tsc -b",
61+
"build": "shx rm -rf dist && tsc -b && npm run copy-jar",
6162
"lint": "eslint . --ext .ts --config .eslintrc --fix",
6263
"postpack": "shx rm -f oclif.manifest.json",
6364
"posttest": "npm run lint",

0 commit comments

Comments
 (0)