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 2468b68 commit fb7e457Copy full SHA for fb7e457
packages/core/package.json
@@ -12,7 +12,7 @@
12
"copy:watch": "tsbb copy \"lib/**/*.{js,md,d.ts,png}\" --output ../../website/src/react-native --watch",
13
"copy:test": "tsbb copy \"lib/**/*.{js,md,d.ts,png}\" --output ../../test-ci/src",
14
"copy:test:watch": "tsbb copy \"lib/**/*.{js,md,d.ts,png}\" --output ../../test-ci/src --watch",
15
- "build": "tsbb build src/*.tsx && npm run copy"
+ "build": "tsbb build src/*.tsx && npm run copy && npm run copy:test"
16
},
17
"keywords": [
18
"uiw",
0 commit comments