prepare to sync gun lib unbuild on npm install (#1237)

This commit is contained in:
Bradley Matusiak 2022-05-23 20:14:25 -04:00 committed by GitHub
parent 55682b6f4b
commit 210a5834c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
"ios": "browser.ios.js",
"android": "browser.android.js",
"scripts": {
"prepare": "npm run unbuildSea && npm run unbuild",
"start": "node --prof examples/http.js",
"debug": "node --prof-process --preprocess -j isolate*.log > v8data.json && rm isolate*.log && echo 'drag & drop ./v8data.json into https://mapbox.github.io/flamebearer/'",
"https": "HTTPS_KEY=test/https/server.key HTTPS_CERT=test/https/server.crt npm start",
@ -18,6 +19,7 @@
"docker": "hooks/build",
"minify": "uglifyjs gun.js -o gun.min.js -c -m",
"unbuild": "node lib/unbuild.js & npm run minify",
"unbuildSea": "node lib/unbuild.js sea",
"unbuildMeta": "node lib/unbuild.js lib/meta"
},
"repository": {