Skip to content

Commit 4ce549b

Browse files
authored
Merge pull request #6 from vincentfretin/patch-1
Don't remove package-lock.json
2 parents d7963c3 + 8cd7e09 commit 4ce549b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/bumpAframeDist.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ function bumpAframeDist (data) {
2424
async.series([
2525
execCommand('git reset --hard HEAD', 'aframe'),
2626
execCommand('git pull --rebase origin master', 'aframe'),
27-
execCommand('touch package-lock.json && rm package-lock.json', 'aframe'),
2827
execCommand('npm install --include=dev', 'aframe'),
2928
execCommand('npm run dist', 'aframe'),
3029
execCommand('git status', 'aframe'),

0 commit comments

Comments
 (0)