Skip to content

Commit

Permalink
chore(version): update file version on release
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jun 24, 2024
1 parent 9c64e0d commit fa8ddf6
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 @@
"prebuild": "shx rm -rf dist/{serveur,WebExtension}/*",
"build": "npm run copy && concurrently \"npm:build:*\"",
"postbuild": "shx cp -r dist/serveur/{css,img,js} docs",
"preversion": "npm run build",
"version": "npm run build && git add -A dist/",
"postversion": "npm run zip",
"copy": "concurrently \"npm:copy:*\"",
"copy:serveur": "shx cp -r src/*.txt dist/serveur/ && shx cp -r docs/help dist/serveur/ && shx cp -r docs/cookie.html dist/serveur",
Expand Down

0 comments on commit fa8ddf6

Please sign in to comment.