Skip to content

Commit

Permalink
feat: add environment variable SHIPJS=true (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee authored Jan 29, 2020
1 parent 301fbae commit 582df3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shipjs/bin/shipjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require = require('esm')(module);
(async function() {
try {
process.env.SHIPJS = true;
await require('../src/cli').cli(process.argv);
} catch (e) {
console.error(e);
Expand Down

0 comments on commit 582df3c

Please sign in to comment.