Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
fix: add missing folders to build copy step
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Apr 3, 2020
1 parent 9ea7b5a commit 2788be0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/bin/reaction-plugin-build
Expand Up @@ -8,9 +8,11 @@ rimraf dist-modules-temp
# BABEL_ENV=production babel src --out-dir dist --root-mode upward
BABEL_ENV=production BABEL_MODULES=1 babel --root-mode upward src --out-dir dist

# Copy build scripts and config
# Copy build scripts, config and other sources
cp -r bin dist/bin
cp -r config dist/config
cp -r src/graphql dist/graphql
cp -r src/test-utils dist/test-utils
cp package.json dist/package.json
cp README.md dist/README.md
cp LICENSE dist/LICENSE

0 comments on commit 2788be0

Please sign in to comment.