Skip to content

Commit

Permalink
Merge pull request #918 from ember-learn/use-main
Browse files Browse the repository at this point in the history
go back to using main branch for data
  • Loading branch information
mansona authored Jul 9, 2024
2 parents 46a7bdf + d3d91f4 commit 72cb615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "tests"
},
"scripts": {
"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",
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
Expand Down

0 comments on commit 72cb615

Please sign in to comment.