Fix bad npm install command #37

Merged
MRegirouard merged 2 commits from fix-bad-npm-ci into main 2023-11-14 21:57:50 +00:00
Showing only changes of commit 04f771cb5e - Show all commits

View File

@ -37,7 +37,7 @@ publish:
fi
# Install dependencies
- npm run ci
- npm ci
# Compile TypeScript to JavaScript in dist/
- npm run build