This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The workflow template is designed for Ember apps. | |
# | |
# It assumes certain dependencies and scripts in package.json. If | |
# they don't apply to your project, feel free to remove irrelevant | |
# code in the workflow. These can be inferred from the job name. | |
# | |
# { | |
# "scripts": { | |
# "build": "ember build --environment=production", | |
# "build:test": "ember build --environment=test", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The workflow template is designed for Ember apps. | |
# | |
# It assumes certain dependencies and scripts in package.json. If | |
# they don't apply to your project, feel free to remove irrelevant | |
# code in the workflow. These can be inferred from the job name. | |
# | |
# { | |
# "scripts": { | |
# "build": "ember build --environment=production", | |
# "build:test": "ember build --environment=test", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The workflow template is designed for Ember addons. | |
# | |
# It assumes certain dependencies and scripts in package.json. If | |
# they don't apply to your project, feel free to remove irrelevant | |
# code in the workflow. These can be inferred from the job name. | |
# | |
# { | |
# "scripts": { | |
# "build": "ember build --environment=production", | |
# "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The workflow template is designed for Ember addons. | |
# | |
# It assumes certain dependencies and scripts in package.json. If | |
# they don't apply to your project, feel free to remove irrelevant | |
# code in the workflow. These can be inferred from the job name. | |
# | |
# { | |
# "scripts": { | |
# "build": "ember build --environment=production", | |
# "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |