Skip to content

Commit e1b742a

Browse files
authored
Revert removal of devDependencies on publish
1 parent 0036203 commit e1b742a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-published-releases.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
3434
- name: Prepare release
3535
run: |-
36-
cp LICENSE README.md build/
37-
jq package.json '.devDependencies = {}' > ./build/package.json
36+
cp package.json LICENSE README.md build/
3837
cd build
3938
sed -i -e "s~\"version\": \"0.0.0-dev\"~\"version\": \"${GITHUB_REF##*/}\"~" package.json
4039
sed -i -e "s~\./build~.~" package.json

0 commit comments

Comments
 (0)