Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/setup-node@v7
with: { node-version-file: '.nvmrc', cache: pnpm }
- run: pnpm i --frozen-lockfile
- run: pnpm build:w3c && pnpm build:geonovum && pnpm build:aom && pnpm build:dini
- run: pnpm build:w3c && pnpm build:aom && pnpm build:dini
- run: pnpm test:unit
env:
BROWSERS: ${{ matrix.browser }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/setup-node@v7
with: { node-version-file: '.nvmrc', cache: pnpm }
- run: pnpm i --frozen-lockfile
- run: pnpm build:w3c && pnpm build:geonovum && pnpm build:aom && pnpm build:dini
- run: pnpm build:w3c && pnpm build:aom && pnpm build:dini
- run: pnpm test
env:
BROWSERS: ChromeHeadless
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ bevy.json
.idea
js/deps/builds
!js/profile-w3c-common.js
!js/profile-geonovum.js
!js/profile-w3c.js
.vscode/*
!.vscode/tasks.json
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@
"scripts": {
"build:aom-debug": "pnpm build:aom -- --debug",
"build:aom": "pnpm builder aom",
"build:geonovum-debug": "pnpm build:geonovum -- --debug",
"build:geonovum": "pnpm builder geonovum",
"build:w3c-debug": "pnpm build:w3c -- --debug",
"build:w3c": "pnpm builder w3c",
"build:dini-debug": "pnpm build:dini -- --debug",
Expand Down
60 changes: 0 additions & 60 deletions profiles/geonovum.js

This file was deleted.

29 changes: 0 additions & 29 deletions src/geonovum/conformance.js

This file was deleted.

88 changes: 0 additions & 88 deletions src/geonovum/defaults.js

This file was deleted.

32 changes: 0 additions & 32 deletions src/geonovum/l10n.js

This file was deleted.

Loading
Loading