File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ yarn tsc -p tsconfig.react-intl-namespaces.json && \
3
3
yarn tsc -p tsconfig.react-intl-namespaces-locize-client.json && \
4
4
yarn tsc -p tsconfig.react-intl-namespaces-locize-editor.json && \
5
5
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 && \
9
9
cp -u README.md packages/react-intl-namespaces && \
10
10
cp -u README.md packages/react-intl-namespaces-locize-client && \
11
11
cp -u README.md packages/react-intl-namespaces-locize-editor && \
You can’t perform that action at this time.
0 commit comments