Skip to content

Commit

Permalink
Rename dist to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 2, 2019
1 parent debf806 commit 380ed1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const test = require('ava')
const execa = require('execa')

const BINARY_PATH = `${__dirname}/../dist/src/bin/index.js`
const BINARY_PATH = `${__dirname}/../build/src/bin/index.js`
const TASKS_FILE = `${__dirname}/tasks.yml`

test('Smoke test', async t => {
Expand Down

0 comments on commit 380ed1f

Please sign in to comment.