Skip to content

Commit 090493a

Browse files
author
Maciej Warszawski
committed
fixup! add rest of test coverage, change es module interop to true, change logger interface, add jdoc
1 parent 40ac534 commit 090493a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

create-packages.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ yarn tsc -p tsconfig.react-intl-namespaces.json && \
33
yarn tsc -p tsconfig.react-intl-namespaces-locize-client.json && \
44
yarn tsc -p tsconfig.react-intl-namespaces-locize-editor.json && \
55
rm -r packages/**/dist/types.js && \
6-
cp -u dists/react-intl-namespaces/dist/index.d.ts packages/react-intl-namespaces/dist/ && \
7-
cp -u dists/react-intl-namespaces-locize-client/dist/index.d.ts packages/react-intl-namespaces-locize-client/dist/ && \
8-
cp -u dists/react-intl-namespaces-locize-editor/dist/index.d.ts packages/react-intl-namespaces-locize-editor/dist/ && \
6+
cp -u dists/react-intl-namespaces/dist/index.d.ts packages/react-intl-namespaces/dist && \
7+
cp -u dists/react-intl-namespaces-locize-client/dist/index.d.ts packages/react-intl-namespaces-locize-client/dist && \
8+
cp -u dists/react-intl-namespaces-locize-editor/dist/index.d.ts packages/react-intl-namespaces-locize-editor/dist && \
99
cp -u README.md packages/react-intl-namespaces && \
1010
cp -u README.md packages/react-intl-namespaces-locize-client && \
1111
cp -u README.md packages/react-intl-namespaces-locize-editor && \

0 commit comments

Comments
 (0)