Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33306009
D8392.1768793292.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8392.1768793292.diff
View Options
diff --git a/web/package.json b/web/package.json
--- a/web/package.json
+++ b/web/package.json
@@ -5,10 +5,12 @@
"private": true,
"license": "BSD-3-Clause",
"scripts": {
- "clean": "rm -rf dist/ && rm -rf node_modules/",
+ "clean": "rm -rf dist/ && rm -rf node_modules/ && rm -rf database/sqlite/",
"dev": "yarn workspace keyserver babel-build-comm-config && yarn concurrently --names=\"NODESSR,BROWSER,WORKERS\" -c \"bgBlue.bold,bgMagenta.bold,bgCyan.bold\" \"yarn webpack --config webpack.config.cjs --config-name=server --watch\" \"yarn webpack-dev-server --config webpack.config.cjs --config-name=browser\" \"yarn webpack --config webpack.config.cjs --config-name=webworkers --watch\"",
"prod": "yarn workspace keyserver babel-build-comm-config && yarn webpack --config webpack.config.cjs --env prod --progress",
- "test": "jest"
+ "test": "jest",
+ "build-db-wasm": "./scripts/run_emscripten.sh",
+ "clean-db-wasm": "rm -rf database/_generated/ && rm -rf database/sqlite/"
},
"devDependencies": {
"@babel/core": "^7.13.14",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 3:28 AM (17 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5954115
Default Alt Text
D8392.1768793292.diff (1 KB)
Attached To
Mode
D8392: [web] add managing WASM to yarn
Attached
Detach File
Event Timeline
Log In to Comment