Skip to content

Commit

Permalink
forgot oops
Browse files Browse the repository at this point in the history
  • Loading branch information
breja committed Sep 28, 2018
1 parent 16a0305 commit 1ea529f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions execute-order-66.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const main = async () => {
const nrun = cmd => run(cmd, { cwd: neovimDir })
const dest = p => path.join(process.cwd(), os, p)

// await nrun('rm -rf build')
// await nrun('make clean && make CMAKE_BUILD_TYPE=Release')
await nrun('rm -rf build')
await nrun('make clean && make CMAKE_BUILD_TYPE=Release')

await nrun(`mkdir -p ${dest('bin')}`)
await nrun(`mkdir -p ${dest('share/runtime')}`)
Expand Down

0 comments on commit 1ea529f

Please sign in to comment.