Skip to content

Commit

Permalink
fixup! test(jest): add unit and e2e tests via jest and nixt
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Rötsch committed Mar 22, 2018
1 parent 0fce0a5 commit 98ab222
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/bundle-vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ const builds = [
filename: 'primitive-win32-x64.exe'
}
]

// Get primitive
execSync(`go get github.com/fogleman/primitive`)

// Build executables
builds.forEach(build => {
const { os, arch, filename } = build
const path = resolve(__dirname, '..', 'vendor', filename)
Expand Down

0 comments on commit 98ab222

Please sign in to comment.