Skip to content

Commit

Permalink
build: update dev task accordly
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jan 22, 2025
1 parent 4ec85e7 commit 6551538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/src/main/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "parcel index.html --no-cache",
"dev": "parcel index_dev.html --no-cache",
"parcel:build": "parcel build index.html --public-url '.'",
"build": "./build.sh",
"deploy": "./deploy.sh",
Expand Down

0 comments on commit 6551538

Please sign in to comment.