Merge branch 'review/slice-10-a'
# Conflicts: # docs/phases/10-craft/reviewed.md # docs/phases/reviewed.md
This commit is contained in:
@@ -33,6 +33,10 @@ describe('npm test script', () => {
|
||||
it('does not depend on the hschool-client file: loop', () => {
|
||||
expect(pkg.dependencies?.['hschool-client']).toBeUndefined();
|
||||
});
|
||||
|
||||
it('keeps build as typecheck then vite, without the file: loop', () => {
|
||||
expect(pkg.scripts.build).toBe('tsc -b && vite build');
|
||||
});
|
||||
});
|
||||
|
||||
describe('duplicate dictionary keys', () => {
|
||||
|
||||
Reference in New Issue
Block a user