Skip to content

Commit

Permalink
Better script for parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
pmitros committed Jul 14, 2024
1 parent 8810b5d commit f12b859
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/lo_event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"test": "jasmine \"tests/*.test.js\"",
"test-verbose": "jasmine --verbose \"tests/*.test.js\"",
"browser_events": "parcel examples/browser_events.html --open",
"redux_loop": "parcel examples/redux_loop.html --open",
"browser": "parcel examples/*.html --open",
"clean": "rm -Rf .cache/ dist/ .parcel-cache/ lo_event-*.tgz"
},
"repository": {
Expand Down

0 comments on commit f12b859

Please sign in to comment.