@scopewatch/install-adapters 0.0.1 → 0.0.2

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 +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scopewatch/install-adapters",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "npm/npx install adapter: prerequisite detection and categorized install diagnostics",
5
5
  "license": "MIT",
6
6
  "author": "Sathvik Putta <puttasathvik16@gmail.com>",
@@ -22,6 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "scripts": {
25
+ "prepublishOnly": "cd ../.. && npm run build",
25
26
  "build": "tsc",
26
27
  "test": "node --import tsx --test 'test/**/*.test.ts'",
27
28
  "clean": "rm -rf dist"