Fixed build
This commit is contained in:
parent
63a5c5f6b7
commit
061e27d92a
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ztimson/js-utilities",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "JavaScript Utility library",
|
||||
"author": "Zak Timson",
|
||||
"license": "MIT",
|
||||
@ -13,7 +13,6 @@
|
||||
"module": "./dist/js-utilities.mjs",
|
||||
"types": "./dist/src/index.d.ts",
|
||||
"scripts": {
|
||||
"postinstall": "npm run build",
|
||||
"build": "npx vite build",
|
||||
"test": "npx jest",
|
||||
"test:coverage": "npx jest --coverage",
|
||||
|
Loading…
Reference in New Issue
Block a user