Skip to content

Commit

Permalink
Update publish_stackblitz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Seccafien committed May 27, 2022
1 parent 390242a commit 99c87f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_stackblitz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
ref: 'v1.x-2022-07'
- run: |
mv templates/default/_gitignore templates/default/.gitignore
mv templates/demo-store/_gitignore templates/demo-store/.gitignore
mv templates/hello-world/_gitignore templates/hello-world/.gitignore
- run: |
sed -i.bak 's/cross-env LOCAL_DEV=true //' templates/default/package.json
sed -i.bak 's/cross-env LOCAL_DEV=true //' templates/demo-store/package.json
sed -i.bak 's/cross-env LOCAL_DEV=true //' templates/hello-world/package.json
- run: |
git show-ref
Expand Down

0 comments on commit 99c87f1

Please sign in to comment.