mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
build: adjust source files structures (#136)
* build(typescript): disable from generating source map * build(typescript): disable from generating declaration file * build(typescript): modify source files to be compiled to the same dir * build(typescript): modify distribution files to be generated to `dist` directory * refactor: rename main entrypoint from `main` to `index` * chore(git): specify attribute for `dist` directory instead of just `dist/index.mjs`
This commit is contained in:
12
.github/workflows/test.yaml
vendored
12
.github/workflows/test.yaml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
with:
|
||||
sparse-checkout: |
|
||||
action.yaml
|
||||
main
|
||||
dist
|
||||
test
|
||||
sparse-checkout-cone-mode: false
|
||||
|
||||
@@ -100,7 +100,7 @@ jobs:
|
||||
with:
|
||||
sparse-checkout: |
|
||||
action.yaml
|
||||
main
|
||||
dist
|
||||
test
|
||||
sparse-checkout-cone-mode: false
|
||||
|
||||
@@ -129,7 +129,7 @@ jobs:
|
||||
with:
|
||||
sparse-checkout: |
|
||||
action.yaml
|
||||
main
|
||||
dist
|
||||
test
|
||||
sparse-checkout-cone-mode: false
|
||||
|
||||
@@ -153,7 +153,7 @@ jobs:
|
||||
with:
|
||||
sparse-checkout: |
|
||||
action.yaml
|
||||
main
|
||||
dist
|
||||
test
|
||||
sparse-checkout-cone-mode: false
|
||||
|
||||
@@ -177,7 +177,7 @@ jobs:
|
||||
with:
|
||||
sparse-checkout: |
|
||||
action.yaml
|
||||
main
|
||||
dist
|
||||
test
|
||||
sparse-checkout-cone-mode: false
|
||||
|
||||
@@ -206,7 +206,7 @@ jobs:
|
||||
with:
|
||||
sparse-checkout: |
|
||||
action.yaml
|
||||
main
|
||||
dist
|
||||
test
|
||||
sparse-checkout-cone-mode: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user