mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +01:00
fix: init npm before installing packages
This commit is contained in:
parent
4a46104710
commit
e479fe43c9
1
Makefile
1
Makefile
@ -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
2
d.ts/antos.d.ts
vendored
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user