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