Skip to content

Commit

Permalink
Improve version script
Browse files Browse the repository at this point in the history
Remove duplicate "npm run build".
  • Loading branch information
t11r committed May 1, 2024
1 parent 874c444 commit 0f75d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:unit": "vitest run",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
"version": "npm run build && git add dist"
"version": "git add dist"
},
"devDependencies": {
"@iiif/parser": "^2.1.0",
Expand Down

0 comments on commit 0f75d24

Please sign in to comment.