Skip to content

Commit 09f9fc9

Browse files
author
Elad Ben-Israel
committed
fix(jsii): add readme and restore missing files in jsii tarball
1. npmignore excluded all files 2. README was not copied from root
1 parent 4418762 commit 09f9fc9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

packages/jsii/.npmignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
*
2-
!*.js
3-
!*.d.ts
2+
3+
!**/*.js
4+
!**/*.d.ts
5+
!bin/jsii
6+
7+
coverage

packages/jsii/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"jsii": "bin/jsii"
1313
},
1414
"scripts": {
15-
"build": "bash ./generate.sh && tsc",
15+
"build": "cp ../../README.md . && bash ./generate.sh && tsc",
1616
"watch": "bash ./generate.sh && tsc -w",
1717
"test": "nyc nodeunit test/test.*.js",
1818
"package": "package-js"

0 commit comments

Comments
 (0)