Skip to content

Commit 4e7a9bc

Browse files
committed
Update clone script to use main branch
1 parent 24e4388 commit 4e7a9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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 --branch ci-workflow --depth=1 https://github.com/ember-learn/ember-api-docs-data.git",
16+
"clone": "rm -rf ember-api-docs-data && git clone --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)