Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 372a6b2

Browse files
committed
fix pack script to use ngc
1 parent c25ce03 commit 372a6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pack() {
2828
# compile package and copy files required by npm
2929
echo 'Building /src...'
3030
cd "$TO_SOURCE_DIR"
31-
node_modules/.bin/tsc
31+
npm run ngc
3232
cd ..
3333

3434
echo 'Creating package...'

0 commit comments

Comments
 (0)