Skip to content

Commit

Permalink
Revert removal of devDependencies on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Jun 20, 2022
1 parent 0036203 commit e1b742a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-published-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: Prepare release
run: |-
cp LICENSE README.md build/
jq package.json '.devDependencies = {}' > ./build/package.json
cp package.json LICENSE README.md build/
cd build
sed -i -e "s~\"version\": \"0.0.0-dev\"~\"version\": \"${GITHUB_REF##*/}\"~" package.json
sed -i -e "s~\./build~.~" package.json
Expand Down

0 comments on commit e1b742a

Please sign in to comment.