Skip to content

Commit

Permalink
Update command line flags to parcel in build-release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jlfwong committed Jan 14, 2025
1 parent c7be11d commit 1dee0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ node scripts/generate-file-format-schema-json.js > "$OUTDIR"/file-format-schema.
cp assets/source-code-pro/LICENSE.md "$OUTDIR"/source-code-pro.LICENSE.md

# Build the compiled assets
node_modules/.bin/parcel build assets/index.html --no-cache --out-dir "$OUTDIR" --public-url "./" --detailed-report
node_modules/.bin/parcel build assets/index.html --no-cache --dist-dir "$OUTDIR" --public-url "./" --detailed-report

0 comments on commit 1dee0ee

Please sign in to comment.