Skip to content

Commit

Permalink
(fix) publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Oct 21, 2018
1 parent c3b630d commit 2286d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pack() {
# compile package and copy files required by npm
echo 'Building /src...'
cd "$TO_SOURCE_DIR"
node_modules/.bin/tsc
node_modules/.bin/ngc
cd ..

echo 'Creating package...'
Expand Down

0 comments on commit 2286d48

Please sign in to comment.