mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"name": "project-gauntlet",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npm run build --workspaces --if-present"
|
|
},
|
|
"workspaces": [
|
|
"js/*"
|
|
]
|
|
}
|