gauntlet/package.json

10 lines
161 B
JSON

{
"name": "project-gauntlet",
"private": true,
"scripts": {
"build": "npm run build --workspaces --if-present"
},
"workspaces": [
"js/*"
]
}