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
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: |
npm run lint

- name: Test
run: |
npm run test

- name: Build
run: |
npm run build
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ Thumbs.db
.config/
vitest.config.js
vitest.config.js.map
tests/errors.txt
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- After each change to code run `npm run build:all` and correct any errors found
- when making a code change add the relevant comment to CHANGELOG.md
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### Version 2.1.6

- Remove "Reduce Config Files" browserslist tip
- Fix import of @webnativellc/simple-plist to properly access readFileSync and writeFileSync

### Version 2.1.5

- Fix for "Cannot read properties of undefined (reading 'replace') at finishCommand"
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,3 @@ Starter templates and features for:
- [Angular Migrations](https://webnative.dev/integrations/angular/) - Automate Angular version migrations.
- [Create Angular Items](https://webnative.dev/integrations/angular/) - Create Angular components, directives, services, pipes, modules, guards, interceptors and more.
- [Angular Schematics](https://webnative.dev/integrations/angular/) - Run Angular schematics like migration to built-in control flow syntax.

## Builder Features

- [Builder Publish](https://webnative.dev/integrations/builder/) - Integration with Builder.io dev tools for headless CMS
- [Builder Develop](https://webnative.dev/integrations/builder/) - Import designs from Figma or chat with AI for code generation
4 changes: 4 additions & 0 deletions knip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"tags": ["-lintignore"]
}
Loading
Loading