Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
feat(npx): support usage of npx
Browse files Browse the repository at this point in the history
By not passing an option for `packager` in `create-semantic-module`, we can support both `yarn create` and `npx`.
  • Loading branch information
jlegrone committed Nov 24, 2017
1 parent d97be53 commit 4438a32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create-semantic-module/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ function createSemanticModule(args) {
);

env.run('semantic-module:app', {
packager: 'yarn',
'module-name': (args || [])[0]
});
}
Expand Down

0 comments on commit 4438a32

Please sign in to comment.