mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-25 04:26:08 +02:00
rename; build to lib
This commit is contained in:
parent
a6f0f86670
commit
0141d42d10
@ -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"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user