@leexi/shared 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@leexi/shared",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "scripts": {
6
- "build": "yarn lint && yarn test --reporter default && tsc && tsc -p tsconfig.build.json",
6
+ "build": "yarn lint && yarn test --reporter default && yarn tsc && tsc -p tsconfig.build.json",
7
7
  "lint": "eslint .",
8
- "postinstall": "nuxt prepare",
9
- "test": "vitest run"
8
+ "test": "vitest run",
9
+ "tsc": "nuxt prepare && tsc"
10
10
  },
11
11
  "exports": {
12
12
  "./composables": {