fix: init npm before installing packages

This commit is contained in:
DanyLE 2024-03-10 00:44:16 +01:00 committed by Dany LE
parent 4a46104710
commit e479fe43c9
2 changed files with 2 additions and 1 deletions

View File

@ -236,6 +236,7 @@ test: build_javascripts
jest jest
install_dev: install_dev:
npm init -y
npm install terser npm install terser
npm install uglifycss npm install uglifycss
npm install typescript@5.0 npm install typescript@5.0

2
d.ts/antos.d.ts vendored
View File

@ -9008,7 +9008,7 @@ declare namespace OS {
} }
} }
} }
declare type VFSFileHandleClass = { type VFSFileHandleClass = {
new (...args: any[]): OS.API.VFS.BaseFileHandle; new (...args: any[]): OS.API.VFS.BaseFileHandle;
}; };
interface String { interface String {