Update built assets
This commit is contained in:
+4
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user