Skip to content

Commit

Permalink
chore: remove automatic build from bundle cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Apr 10, 2023
1 parent 3fdab55 commit 76f9002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replace-maps",
"description": "Replace Google Maps iframes with OSM",
"description": "Replace Maps iframes with OSM",
"author": "nobkd",
"license": "Unlicense",
"version": "1.0.0",
Expand All @@ -21,7 +21,7 @@
"dev": "vite",
"serve:firefox": "web-ext run -s dist",
"serve:chrome": "web-ext run -t chromium -s dist",
"bundle": "nr build && web-ext build -s dist -a out --overwrite-dest",
"bundle": "web-ext build -s dist -a out --overwrite-dest",
"test": "vitest",
"coverage": "vitest run --coverage"
},
Expand Down

0 comments on commit 76f9002

Please sign in to comment.