Correct _release undefined when creating a new release

This commit is contained in:
firelight flagboy 2023-06-29 14:01:41 +02:00 committed by Firelight Flagboy
parent 330da87d2e
commit b9834e5a65
No known key found for this signature in database
GPG key ID: 68B1A0BE74D11762
3 changed files with 90 additions and 54 deletions

View file

@ -6,6 +6,7 @@
"main": "lib/main.js",
"scripts": {
"build": "ncc build src/main.ts --minify",
"build-debug": "ncc build src/main.ts --v8-cache --source-map",
"test": "jest",
"fmt": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\"",
"fmtcheck": "prettier --check \"src/**/*.ts\" \"__tests__/**/*.ts\"",