Skip to content

Commit

Permalink
chore(test): generates bin before run tests
Browse files Browse the repository at this point in the history
Since test script depends from `bin/docsify` and isn't versioned anymore, we do need to build first.
  • Loading branch information
raulfdm committed Dec 22, 2019
1 parent f2b9dbf commit 988bcab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"docsify": "bin/docsify"
},
"scripts": {
"pretest": "npm run build",
"test": "ava e2e/index.js",
"release": "standard-version",
"prebuild": "rimraf bin",
Expand Down

0 comments on commit 988bcab

Please sign in to comment.