PavelVanecek / gulp-crx

Pack Chrome Extension in the pipeline.
31 stars 3 forks source link

Run `yarn build` in the root directory without any output #28

Closed kimmy-wang closed 4 years ago

kimmy-wang commented 4 years ago

Run yarn build in the root directory without any output.

$ yarn build
yarn run v1.21.1
$ lerna run build:gulp
lerna notice cli v3.16.4
lerna info versioning independent
lerna info Executing command in 1 package: "yarn run build:gulp"
lerna info run Ran npm script 'build:gulp' in 'github-trending' in 0.8s:
$ gulp
[22:56:35] Using gulpfile ~/workspace/FEProjects/chrome-extensions/packages/@plugins/github-trending/gulpfile.js
[22:56:35] Starting 'crx'...
lerna success run Ran npm script 'build:gulp' in 1 package in 0.8s:
lerna success - github-trending
✨  Done in 1.63s.

repo