Skip to content
#

scripts

Here are 1,917 public repositories matching this topic...

pvinis
pvinis commented Oct 23, 2019

This is not really a problem, more of a question.

Can I have something like

module.exports = {
  build: 'yarn some-build-cmd',
  dev: 'yarn some-other-cmd',
  default: // <-- here goes a way to point to `dev`
}

Basically I would like to have a named script, and to point to it as the default.

This would mostly be useful in cases like

{
  ios: {
    alpha: {
      x:
majakubowski
majakubowski commented Sep 16, 2019

Hello,
I have following problem.. already solved by my custom cmdlet, but I can share it to xrm-ci-framework, if someone will be interested.

We use word and excel document templates extensively in the project. There are no problems with Excel templates - inside the document there is a reference to entity type name ("etn"). Word templates are harder - entity references are based on entity type

Improve this page

Add a description, image, and links to the scripts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scripts topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.