mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 12:57:42 +08:00
fix(build): Add platforms/ios folder to produced NPM package (#6007)
This commit is contained in:
@ -10,6 +10,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"**/*.d.ts",
|
"**/*.d.ts",
|
||||||
"**/*.js",
|
"**/*.js",
|
||||||
|
"**/platforms/ios/**",
|
||||||
"**/package.json",
|
"**/package.json",
|
||||||
"!android17.d.ts",
|
"!android17.d.ts",
|
||||||
"!ios.d.ts",
|
"!ios.d.ts",
|
||||||
|
Reference in New Issue
Block a user