Skip to content

Commit

Permalink
Comment out file format schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Wong committed Aug 6, 2018
1 parent 90cff6a commit 78a80f1
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 @@ -20,7 +20,7 @@ date > "$OUTDIR"/release.txt
git rev-parse HEAD >> "$OUTDIR"/release.txt

# Place a json schema for the file format into the build directory too
node scripts/generate-file-format-schema-json.js > "$OUTDIR"/file-format-schema.json
# node scripts/generate-file-format-schema-json.js > "$OUTDIR"/file-format-schema.json

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

0 comments on commit 78a80f1

Please sign in to comment.