File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2525 "lint:fix" : " eslint src -c .eslintrc.js --fix" ,
2626 "lint:test" : " mocha --compilers js:babel-core/register eslint-rules/tests/lib/rules" ,
2727 "xcode" : " open ./ios/uilib.xcodeproj" ,
28- "build" : " :" ,
29- "build:dist" : " tsc --emitDeclarationOnly false" ,
28+ "build" : " tsc --emitDeclarationOnly false" ,
3029 "log" : " react-native log-ios | grep 'ethan -'" ,
3130 "docs:install" : " (cd ./uilib-docs && rm -rf node_modules && rm -rf package-lock.json && npm install)" ,
3231 "docs:deploy" : " (cd ./uilib-docs && gatsby build --prefix-paths && gh-pages -d public --branch gh-pages)" ,
Original file line number Diff line number Diff line change 2020 "declarationDir" : " ./generatedTypes" ,
2121 },
2222 "include" : [" src/**/*" , " typings/**/*" ],
23- "exclude" : [ " node_modules" ]
23+ "exclude" : [ " node_modules" , " src/index.ts " ]
2424}
You can’t perform that action at this time.
0 commit comments