mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Restructure project directories (#333)
`/client/web` -> `/frontend` `/client/cli` -> *delete for now* `/client/native` -> *delete for now* `/core/editor` -> `/editor` `/core/document` -> `/graphene` `/core/renderer` -> `/charcoal` `/core/proc-macro` -> `/proc-macros` *(now plural)*
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -23,13 +23,13 @@ jobs:
|
||||
node-version: '14.x'
|
||||
|
||||
- name: 🚧 Install Node dependencies
|
||||
run: cd client/web && npm install
|
||||
run: cd frontend && npm install
|
||||
|
||||
- name: 🌐 Build Graphite web code
|
||||
run: cd client/web && npm run build
|
||||
run: cd frontend && npm run build
|
||||
|
||||
- name: 👕 Lint Graphite web formatting
|
||||
run: export NODE_ENV=production && cd client/web && npm run lint
|
||||
run: export NODE_ENV=production && cd frontend && npm run lint
|
||||
|
||||
- name: 🔬 Check Rust formatting
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
Reference in New Issue
Block a user