Skip to content

Commit e167b93

Browse files
authored
fix missing spec folder (#132)
1 parent 932473f commit e167b93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"!ios/build",
2020
"cpp",
2121
"*.podspec",
22-
"app.plugin.js"
22+
"app.plugin.js",
23+
"spec"
2324
],
2425
"scripts": {
2526
"typescript": "tsc --noEmit",

0 commit comments

Comments
 (0)