Skip to content

Commit 3acfcdb

Browse files
ci: call "parcel build" to package static assets
1 parent 0acfaca commit 3acfcdb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dev/deploy/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22

33
echo "Installing NPM dependencies..."
44
npm install
5+
6+
echo "Packaging static assets..."
7+
npx parcel build

0 commit comments

Comments
 (0)