adminforth 2.2.0-next.7 → 2.2.0-next.9

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": "adminforth",
3
- "version": "2.2.0-next.7",
3
+ "version": "2.2.0-next.9",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "rollout-doc": "cd documentation && npm run build && npm run deploy",
21
21
  "docs": "typedoc",
22
22
  "--comment_postinstall": "postinstall executed after package installed in other project package and when we do npm ci in the package",
23
- "postinstall": "node ./commands/scripts.js"
23
+ "postinstall": "node -e \"const fs=require('fs');const path=require('path');const spaPath=path.join(__dirname,'dist','spa');if(fs.existsSync(spaPath)){process.chdir(spaPath);require('child_process').execSync('npm ci',{stdio:'inherit'});console.log('installed spa dependencies');}\""
24
24
  },
25
25
  "release": {
26
26
  "plugins": [
File without changes