We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7963c3 + 8cd7e09 commit 4ce549bCopy full SHA for 4ce549b
lib/bumpAframeDist.js
@@ -24,7 +24,6 @@ function bumpAframeDist (data) {
24
async.series([
25
execCommand('git reset --hard HEAD', 'aframe'),
26
execCommand('git pull --rebase origin master', 'aframe'),
27
- execCommand('touch package-lock.json && rm package-lock.json', 'aframe'),
28
execCommand('npm install --include=dev', 'aframe'),
29
execCommand('npm run dist', 'aframe'),
30
execCommand('git status', 'aframe'),
0 commit comments