Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 780e1d8

Browse files
author
Asaf Petesh
committed
fix: sdded build before local install
1 parent 396b1a9 commit 780e1d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)