mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-29 18:16:44 +02:00
fix: init npm before installing packages
All checks were successful
gitea-sync/antos-frontend/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-frontend/pipeline/head This commit looks good
This commit is contained in:
parent
8137928851
commit
cdd695a8cc
1
Makefile
1
Makefile
@ -236,6 +236,7 @@ test: build_javascripts
|
||||
jest
|
||||
|
||||
install_dev:
|
||||
npm init -y
|
||||
npm install terser
|
||||
npm install uglifycss
|
||||
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;
|
||||
};
|
||||
interface String {
|
||||
|
Loading…
x
Reference in New Issue
Block a user