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
install_dev:
npm init -y
npm install terser
npm install uglifycss
npm install typescript@5.0