fix: init npm before installing packages

This commit is contained in:
DanyLE
2024-03-10 00:44:16 +01:00
parent 6fa5f18159
commit 7a00c8293d
2 changed files with 2 additions and 1 deletions

View File

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