Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add http-server npm scripts
Sebastian Martinez committed 1 year ago
commit adc6c6c2909d3aca56455fe660137bac9d7321ed
parent 23107912af443c486e65a7777196141cb2986384
1 file changed +3 -1
modified package.json
@@ -8,10 +8,12 @@
    "build": "vite build && scripts/copy-katex-assets && scripts/install-twemoji-assets",
    "postinstall": "scripts/copy-katex-assets && scripts/install-twemoji-assets",
    "check": "scripts/check",
+
    "check:http-server": "cd http-server && cargo clippy --all --tests && cargo fmt --all --check",
    "format": "npx prettier '**/*.@(ts|js|svelte|json|css|html|yml)' --write",
    "test:unit": "TZ='UTC' vitest run",
    "test:e2e": "NODE_CONFIG_ENV='test' TZ='UTC' playwright test",
-
    "test:http-client:unit": "NODE_CONFIG_ENV='test' TZ='UTC' vitest run --config http-client/vite.config.ts --reporter verbose"
+
    "test:http-client:unit": "NODE_CONFIG_ENV='test' TZ='UTC' vitest run --config http-client/vite.config.ts --reporter verbose",
+
    "test:http-server": "cd http-server && cargo test --all-features"
  },
  "type": "module",
  "engines": {