Skip to content

Commit e1ed1c6

Browse files
committed
WIP ⚠️ use markdown branch
1 parent 9e1d5c4 commit e1ed1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "tests"
1414
},
1515
"scripts": {
16-
"clone": "rm -rf ember-api-docs-data && git clone --depth=1 https://github.com/ember-learn/ember-api-docs-data.git",
16+
"clone": "rm -rf ember-api-docs-data && git clone -b markdown --depth=1 https://github.com/ember-learn/ember-api-docs-data.git",
1717
"build": "ember build --environment=production",
1818
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
1919
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",

0 commit comments

Comments
 (0)