first ruggedy draft
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "mousehold",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"apps/web"
|
||||
],
|
||||
"scripts": {
|
||||
"dev:web": "npm --workspace apps/web run dev",
|
||||
"build:web": "npm --workspace apps/web run build",
|
||||
"lint:web": "npm --workspace apps/web run lint",
|
||||
"test:e2e": "npm --workspace apps/web run test:e2e"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user