mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-07-27 03:13:18 +02:00
rename; build to lib
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"name": "nextcloud-artifacts-action",
|
"name": "nextcloud-artifacts-action",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "lib/nextcloud-artifacts.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"build": "npx tsc && npx @vercel/ncc build"
|
"build": "npx tsc && npx @vercel/ncc build"
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
"skipLibCheck": true, /* Skip type checking of declaration files. */
|
"skipLibCheck": true, /* Skip type checking of declaration files. */
|
||||||
"forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */
|
"forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"outDir": "dist",
|
"outDir": "lib",
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"lib": ["es6"]
|
"lib": ["es6"]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user