...
Code Block |
---|
npm run build -- other-customer # is equivalent to npm run wediaportal -- build other-customer |
It is possible to build several targets with only one command:
Code Block |
---|
npm run build -- integration,preproduction |
will build plugins for both environments
Note |
---|
When specifying multiple environments, property |
Common options of the cli
...