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 25
25
"lint:fix" : " eslint src -c .eslintrc.js --fix" ,
26
26
"lint:test" : " mocha --compilers js:babel-core/register eslint-rules/tests/lib/rules" ,
27
27
"xcode" : " open ./ios/uilib.xcodeproj" ,
28
- "build" : " :" ,
29
- "build:dist" : " tsc --emitDeclarationOnly false" ,
28
+ "build" : " tsc --emitDeclarationOnly false" ,
30
29
"log" : " react-native log-ios | grep 'ethan -'" ,
31
30
"docs:install" : " (cd ./uilib-docs && rm -rf node_modules && rm -rf package-lock.json && npm install)" ,
32
31
"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 20
20
"declarationDir" : " ./generatedTypes" ,
21
21
},
22
22
"include" : [" src/**/*" , " typings/**/*" ],
23
- "exclude" : [ " node_modules" ]
23
+ "exclude" : [ " node_modules" , " src/index.ts " ]
24
24
}
You can’t perform that action at this time.
0 commit comments