Skip to content

Commit 05171f0

Browse files
author
Asaf Petesh
authored
Merge pull request datreeio#33 from datreeio/fix-test-command
fix: added build before local install
2 parents 9b92625 + 780e1d8 commit 05171f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ function main {
3030
# Display version
3131
node --version
3232

33+
# Build dist
34+
npm run-script build
35+
3336
# Install datreeio
3437
npm install -g
3538

0 commit comments

Comments
 (0)