try to get release building

This commit is contained in:
Michael Shick 2023-05-07 08:51:49 -04:00
parent f8c324a9fc
commit 06b07c2e70
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

View file

@ -25,9 +25,9 @@
"build": "del-cli dist && tsc && ncc build --source-map",
"clean": "rm -rf node_modules dist package-lock.json __tests__/runner/**/*",
"lint": "eslint src/**/*.ts",
"prepare": "npm run build && git add lib dist",
"release": "npm run build && np --no-publish",
"test": "vitest run",
"version": "npm run build && git add lib dist",
"watch": "vitest"
},
"prettier": {