Update build
All checks were successful
CI / build (push) Successful in 18s
CI / deploy (push) Successful in 2s

This commit is contained in:
Andrey Kernichniy 2026-03-03 01:37:28 +07:00
parent 71d5894598
commit 3a1c5c057f
6 changed files with 230 additions and 4 deletions

View file

@ -3,6 +3,8 @@
"version": "0.0.0",
"main": "index.js",
"scripts": {
"build": "npm run clean && tsc && npm run create-package",
"create-package": "node ./scripts/create-package",
"clean": "rimraf dist"
},
"author": "",