Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit a8b1aa5

Browse files
committed
🐛 (package) add missing dist folder
This aims to publish the dist folder.
1 parent 02ccecb commit a8b1aa5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"react-native": "*"
2121
},
2222
"scripts": {
23+
"build": "tsc",
2324
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
2425
"predoc:build": "cd example && yarn && cd ..",
2526
"doc:build": "docz build",

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
"esModuleInterop": true,
2323
"experimentalDecorators": true,
2424
"emitDecoratorMetadata": true,
25-
"noEmit": true,
26-
"allowJs": true,
2725
"lib": ["es6"],
2826
"types": ["react-native", "mobx-react"]
2927
},

0 commit comments

Comments
 (0)