@cloudscaile-eng/web-ext-utils 0.0.2 → 0.0.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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscaile-eng/web-ext-utils",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Utilities for sharing host resources with micro-frontends in web applications",
5
5
  "license": "Apache-2.0",
6
6
  "author": "CloudScaile Engineering",
@@ -20,7 +20,7 @@
20
20
  "LICENSE"
21
21
  ],
22
22
  "scripts": {
23
- "build": "rimraf dist && tsc && api-extractor run --local || true",
23
+ "build": "rimraf dist && tsc && node scripts/fix-rtk-types.cjs && api-extractor run --local || true",
24
24
  "prepublishOnly": "npm run build",
25
25
  "build:lint": "npm run format-check && npm run lint && npm run typecheck",
26
26
  "typecheck": "tsc --noEmit",
@@ -28,8 +28,7 @@
28
28
  "lint-fix": "eslint src --fix",
29
29
  "format": "prettier --write .",
30
30
  "format-check": "prettier --check .",
31
- "prepare": "husky",
32
- "postinstall": "node scripts/fix-rtk-types.cjs"
31
+ "prepare": "husky"
33
32
  },
34
33
  "keywords": [
35
34
  "cloudscaile",