Skip to content

Commit

Permalink
maybe this will fix the empty build files in gha?
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Nov 9, 2024
1 parent 368f217 commit 9d50366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"version": "1.0.0",
"description": "",
"scripts": {
"clean": "rm -rf ../frontend-dist ../frontend-dist-static",
"start": "cd ../frontend && parcel --dist-dir ../frontend-dist --config ../frontend-bundler/.parcelrc editor.html index.html error.jl.html",
"build": "cd ../frontend && parcel build --no-source-maps --public-url . --dist-dir ../frontend-dist --config ../frontend-bundler/.parcelrc editor.html index.html error.jl.html && node ../frontend-bundler/add_sri.js ../frontend-dist/editor.html",
"build": "npm run clean && cd ../frontend && parcel build --no-source-maps --public-url . --dist-dir ../frontend-dist --config ../frontend-bundler/.parcelrc editor.html index.html error.jl.html && node ../frontend-bundler/add_sri.js ../frontend-dist/editor.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
Expand Down

0 comments on commit 9d50366

Please sign in to comment.