mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2025-03-07 14:06:41 +08:00
Merge branch 'main' of https://github.com/LucasDower/ObjToSchematic into main
This commit is contained in:
commit
c4a6f1d79f
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@ -7,5 +7,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install modules
|
||||
run: npm install
|
||||
- name: Build
|
||||
- name: Run build
|
||||
run: npm run build
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
@ -12,5 +12,5 @@ export namespace AppConfig {
|
||||
|
||||
export const DEBUG_ENABLED = true;
|
||||
|
||||
export const MULTISAMPLE_COUNT = 4;
|
||||
export const MULTISAMPLE_COUNT = 16;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user