From dc27eabea2cd2683e5317dfedfbf91005c8f5f3b Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Mon, 20 Dec 2021 15:05:01 -0600 Subject: [PATCH] Update deploy script --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4ffa3fd..52a56cb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -105,9 +105,7 @@ jobs: id: build_release if: steps.create_release.outputs.id != '' run: | - ln -s ./node_modules /build_release/node_modules - ls -l ./build_release/@author.io - dev build --pack --mode ci --peer -v "/build_release/:/node_modules" + dev build --pack --mode ci --peer cp -rf .dist ./dist # Upload tarballs to the release.