@feedmepos/mf-common 1.7.3-rc.1 → 1.7.4-rc.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-common",
3
- "version": "1.7.3-rc.1",
3
+ "version": "1.7.4-rc.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -57,7 +57,7 @@
57
57
  "build:vitePreset": "vite build --mode vite-preset",
58
58
  "build:dts": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist",
59
59
  "publish-npm": "pnpm build:mf && pnpm build:dts && pnpm build:vitePreset && pnpm publish --tag legacy --no-git-checks",
60
- "deploy": "pnpm run build-only && pnpm publish --tag latest --no-git-checks .",
60
+ "deploy": "pnpm publish --tag latest --no-git-checks .",
61
61
  "build-only": "pnpm build:mf && pnpm build:dts && pnpm build:vitePreset",
62
62
  "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
63
63
  "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",