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.
npm run build
1 parent 2905629 commit e242059Copy full SHA for e242059
package.json
@@ -34,7 +34,7 @@
34
"dev": "start-storybook -p 6006",
35
"build": "rm -fr ./dist ./native && rollup -c && npm run test:size",
36
"deploy:docs": "storybook-to-ghpages",
37
- "test": "npm run test:tsc && npm run test:unit && npm run build",
+ "test": "npm run test:tsc && npm run test:unit",
38
"test:unit": "npm run test:unit:web && npm run test:unit:native",
39
"test:unit:web": "jest -c jest.web.config.js",
40
"test:unit:native": "jest -c jest.native.config.js",
0 commit comments