We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84e4bb commit 7438088Copy full SHA for 7438088
package.json
@@ -30,6 +30,7 @@
30
"build:exports": "./node_modules/.bin/babel src --out-dir src --config-file ./src/.babelrc.json --extensions '.ts,.tsx' --ignore 'src/index.ts'",
31
"build:packages": "node scripts/buildPackages.js",
32
"build": "tsc --p tsconfig.build.json && npm run build:exports && npm run build:packages",
33
+ "prepush": "npm run build:dev && npm run test",
34
"log": "react-native log-ios | grep 'ethan -'",
35
"docs:install": "(cd ./uilib-docs && rm -rf node_modules && rm -rf package-lock.json && npm install)",
36
"docs:deploy": "(cd ./uilib-docs && gatsby build --prefix-paths && gh-pages -d public --branch gh-pages)",
0 commit comments