mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 03:18:06 +08:00
Improve ergonomics of npm build system
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "graphite-web-client-root-shortcut",
|
||||
"version": "1.0.0",
|
||||
"description": "A convenience package for calling the real package.json in /client/web.",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "cd client && cd web && npm run serve",
|
||||
"build": "cd client && cd web && npm run build",
|
||||
"lint": "cd client && cd web && npm run lint"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user