Update built assets

This commit is contained in:
Justin Hutchings
2023-01-20 00:35:07 +00:00
parent c7091bb9ae
commit e15547e52e
7 changed files with 22406 additions and 234 deletions
+4 -3
View File
@@ -2,14 +2,15 @@
"name": "Conda-dependency-submission-action",
"version": "1.0.0",
"description": "Conda dependency submission action",
"main": "index.js",
"main": "index.ts",
"scripts": {
"lint": "eslint .",
"base-build": "npm ci && tsc",
"build": "npm run base-build && npm exec -- @vercel/ncc build --source-map lib/src/index.js",
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
"prepare": "ncc build index.ts -o dist --source-map --license licenses.txt",
"package": "ncc build --source-map --license licenses.txt --out dist",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"all": "npm run lint && npm run prepare && npm run test"
"all": "npm run lint && npm run prepare && npm run package && npm run test"
},
"repository": {
"type": "git",