alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: webapp test command
author
pdelfan
date
3 months ago
(Apr 24, 2026, 2:29 PM -0700)
commit
477e76ea
477e76eab6a4a05bac3d4018bd3f091a50e985d6
parent
45c0d9f9
45c0d9f949c553a35117415ad4b55e552f9138d7
+1
1 changed file
Expand all
Collapse all
Unified
Split
package.json
+1
package.json
View file
Reviewed
···
51
51
"redis:stop": "docker stop annos-redis",
52
52
"redis:remove": "docker rm annos-redis",
53
53
"db:generate": "drizzle-kit generate --schema=./src/modules/**/*.sql.ts --out=./src/shared/infrastructure/database/migrations --dialect=postgresql",
54
54
+
"webapp:test": "cd src/webapp && npm run test",
54
55
"webapp:dev": "npm run build:types && cd src/webapp && npm run dev",
55
56
"webapp:extension:dev": "cd src/webapp && npm run dev:extension",
56
57
"webapp:build": "cd src/webapp && npm run build",