Skip to content

Commit

Permalink
add missing --no-autoinstall flag to build command (#2076)
Browse files Browse the repository at this point in the history
Was running `parcel build` and the auto installer started running, I went to disable it and found that the option was not available here
  • Loading branch information
jamiebuilds authored and DeMoorJasper committed Sep 28, 2018
1 parent 30e05b5 commit 8733179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/parcel/src/cli.js
Expand Up @@ -132,6 +132,7 @@ program
.option('--no-minify', 'disable minification')
.option('--no-cache', 'disable the filesystem cache')
.option('--no-source-maps', 'disable sourcemaps')
.option('--no-autoinstall', 'disable autoinstall')
.option('--no-content-hash', 'disable content hashing')
.option(
'--experimental-scope-hoisting',
Expand Down

0 comments on commit 8733179

Please sign in to comment.