Reverted build changes
All checks were successful
Build / Build NPM Project (push) Successful in 33s
Build / Tag Version (push) Successful in 7s
Build / Publish (push) Successful in 13s

This commit is contained in:
Zakary Timson 2024-02-28 23:50:16 -05:00
parent 210f007e07
commit b3457ed588
2 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,9 @@ jobs:
- name: Install Dependencies
run: npm i
- name: Build Project
run: npm run build
- name: Test
run: npm run test:coverage

View File

@ -13,7 +13,6 @@
"module": "./dist/js-utilities.mjs",
"types": "./dist/src/index.d.ts",
"scripts": {
"postinstall": "npm run build",
"build": "vite build",
"test": "npx jest",
"test:coverage": "npx jest --coverage",