We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1d5c4 commit e1ed1c6Copy full SHA for e1ed1c6
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 markdown --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