@cntrl-site/sdk 1.23.1-2 → 1.23.1-3

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/sdk",
3
- "version": "1.23.1-2",
3
+ "version": "1.23.1-3",
4
4
  "description": "Generic SDK for use in public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -23,8 +23,8 @@
23
23
  "test": "jest",
24
24
  "dev": "vite development",
25
25
  "prebuild": "rimraf ./dist",
26
- "build": "vite build && tsc --project tsconfig.build.json",
27
- "prepublishOnly": "set NODE_ENV=production && npm run build"
26
+ "build": "vite build --mode production && tsc --project tsconfig.build.json",
27
+ "prepublishOnly": "NODE_ENV=production npm run build"
28
28
  },
29
29
  "bin": {
30
30
  "cntrl-sdk": "dist/cli.js"