Skip to content

Commit 7135cb6

Browse files
author
Jerry Andrews
committed
STUDIO-3397 update build to match instructions
1 parent d1b6a72 commit 7135cb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ then
2727
fi
2828

2929
echo installing
30-
rm -rf package-lock.json shrinkwrap.json node_modules
30+
rm -rf package-lock.json npm-shrinkwrap.json node_modules dist
3131
${NPM} install
32+
${NPM} run build
3233

3334
echo testing
34-
${NPM} run-script build-and-test
35+
${NPM} run test
3536

0 commit comments

Comments
 (0)