mirror of
https://github.com/amark/gun.git
synced 2025-06-04 13:16:44 +00:00
prepare to sync gun lib unbuild on npm install (#1237)
This commit is contained in:
parent
55682b6f4b
commit
210a5834c6
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user