only allow bbl manage on user customized device
This commit is contained in:
parent
5a728d186d
commit
a7df775f62
3 changed files with 4 additions and 3 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue