Skip to content

Commit

Permalink
update script post-build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Aug 25, 2024
1 parent 6e425ff commit d813641
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -30,7 +30,7 @@
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"minify": "esbuild dist/**/*.js --minify --outdir=dist --allow-overwrite ",
"postbuild": "node scripts/generate-dist.js",
"postbuild": "node scripts/post-build.js",
"publish": "cd dist && npm pub && cd .."
},
"dependencies": {
Expand Down
File renamed without changes.

0 comments on commit d813641

Please sign in to comment.