fixed cache-save

This commit is contained in:
Jeff Dickey 2024-01-02 17:23:36 -06:00
parent a05bde45a6
commit 691e684984
No known key found for this signature in database
GPG key ID: 584DADE86724B407
5 changed files with 28189 additions and 5097 deletions

30385
dist/cache-save/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/cache-save/index.js.map generated vendored

File diff suppressed because one or more lines are too long

3
dist/index.js generated vendored
View file

@ -1,4 +1,4 @@
/******/ (() => { // webpackBootstrap
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ 7799:
@ -83410,3 +83410,4 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
/******/
/******/ })()
;
//# sourceMappingURL=index.js.map

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View file

@ -22,7 +22,7 @@
"format:check": "prettier --check **/*.ts",
"format:write": "prettier --write **/*.ts",
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
"package": "ncc build src/index.ts --license licenses.txt",
"package": "ncc build -s src/index.ts --license licenses.txt && ncc -s build src/cache-save.ts -o dist/cache-save/",
"package:watch": "npm run package -- --watch",
"postversion": "./scripts/postversion.sh",
"prepare": "husky install"