@medusajs/types 1.12.0-snapshot-20240823075240 → 1.12.0-snapshot-20240823080810

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/types",
3
- "version": "1.12.0-snapshot-20240823075240",
3
+ "version": "1.12.0-snapshot-20240823080810",
4
4
  "description": "Medusa Types definition",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -31,7 +31,6 @@
31
31
  "winston": "^3.8.2"
32
32
  },
33
33
  "scripts": {
34
- "prepublishOnly": "cross-env NODE_ENV=production tsc --build",
35
34
  "build": "rimraf dist && tsc --build",
36
35
  "watch": "tsc --build --watch",
37
36
  "test": "exit 0"