only allow bbl manage on user customized device

This commit is contained in:
Stewart Allen 2025-02-02 18:41:33 -05:00
commit a7df775f62
3 changed files with 4 additions and 3 deletions

View file

@ -87,7 +87,7 @@
"mklinks": "find src web -type l | xargs -I{} sh -c 'echo \"{},$(readlink {})\"' > links.csv",
"mac-verify": "spctl --assess -vv --type install dist/*/*.app",
"clear-cache": "rm -rf tmp/* data/cache/*",
"prebuild": "npm run clear-cache; node bin/electron-pre.js",
"prebuild": "node bin/electron-pre.js",
"postbuild": "node bin/electron-post.js",
"preinstall": "node bin/install-pre.js; npx webpack --config bin/webpack-three.js"
},