Skip to content

Commit

Permalink
fix prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 13, 2019
1 parent 217e298 commit 6be9b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/-ember-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:optional-features": "ember test",
"test:try-one": "ember try:one",
"test:docs": "mkdir -p dist && qunit node-tests/docs/test-coverage.js",
"prepublishOnly": "ember ember-cli-yuidoc"
"prepublishOnly": "mkdir -p dist && ember ember-cli-yuidoc"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 6be9b95

Please sign in to comment.