mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 06:47:07 +00:00
Fix npm run scripts
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"server:run": "cd lib/www/server && npm start",
|
"server:run": "cd lib/www/server && npm start",
|
||||||
"server:run:debug": "cd lib/www/server && DEBUG='*' npm start",
|
"server:run:debug": "cd lib/www/server && DEBUG='*' npm start",
|
||||||
"client:serve": "vue-cli-service serve --host=0.0.0.0",
|
"client:serve": "cd lib/www/client/source && npm run serve --host=0.0.0.0",
|
||||||
"client:build": "vue-cli-service build",
|
"client:build": "cd lib/www/client/source && npm run build",
|
||||||
"build": "npm run build --workspaces"
|
"build": "npm run build --workspaces"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user