sass-template-common 0.9.185 → 0.9.186-debugAudit.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sass-template-common",
3
- "version": "0.9.185",
3
+ "version": "0.9.186-debugAudit.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -23,7 +23,8 @@
23
23
  },
24
24
  "scripts": {
25
25
  "dev": "node server",
26
- "build": "tsc -b && vite build && vite build --config vite.styles.config.ts",
26
+ "build:audit": "vite build --config vite.audit.config.ts",
27
+ "build": "pnpm run build:audit && tsc -b && vite build && vite build --config vite.styles.config.ts",
27
28
  "clean": "rm -rf dist node_modules/.tmp/tsconfig.app.tsbuildinfo node_modules/.tmp/tsconfig.node.tsbuildinfo tsconfig.tsbuildinfo",
28
29
  "prepublishOnly": "pnpm run clean && pnpm run build",
29
30
  "version:patch": "pnpm version patch --no-git-tag-version",