Fix bad npm install command

This commit is contained in:
Ethan Girouard 2023-11-14 16:56:08 -05:00
parent 29bc120291
commit 04f771cb5e

View File

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