We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6920a commit 095f87aCopy full SHA for 095f87a
package.json
@@ -13,7 +13,7 @@
13
"test": "tests"
14
},
15
"scripts": {
16
- "clone": "rm -rf ember-api-docs-data && git clone --depth=1 https://github.com/ember-learn/ember-api-docs-data.git",
+ "clone": "rm -rf ember-api-docs-data && git clone -b ember-cli --single-branch --depth=1 https://github.com/ember-learn/ember-api-docs-data.git",
17
"build": "ember build --environment=production",
18
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
19
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
0 commit comments