We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46a7bdf + d3d91f4 commit 72cb615Copy full SHA for 72cb615
package.json
@@ -13,7 +13,7 @@
13
"test": "tests"
14
},
15
"scripts": {
16
- "clone": "rm -rf ember-api-docs-data && git clone -b markdown --depth=1 https://github.com/ember-learn/ember-api-docs-data.git",
+ "clone": "rm -rf ember-api-docs-data && git clone --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