Skip to content

Commit fb7e457

Browse files
committed
chore: update scripts.
1 parent 2468b68 commit fb7e457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"copy:watch": "tsbb copy \"lib/**/*.{js,md,d.ts,png}\" --output ../../website/src/react-native --watch",
1313
"copy:test": "tsbb copy \"lib/**/*.{js,md,d.ts,png}\" --output ../../test-ci/src",
1414
"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"
15+
"build": "tsbb build src/*.tsx && npm run copy && npm run copy:test"
1616
},
1717
"keywords": [
1818
"uiw",

0 commit comments

Comments
 (0)