mirror of
https://github.com/glowingblue/flarum-ext-redis-setup.git
synced 2026-03-22 06:57:45 +01:00
Added and/or updated config files
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
# Our action will install node, npm and yarn, cd into `./js`, run `yarn run build` (and
|
# Our action will install node, npm and yarn, cd into `./js`, run `yarn run build` (and
|
||||||
# `yarn run build-typings` if desired), then commit and upload any changes
|
# `yarn run build-typings` if desired), then commit and upload any changes
|
||||||
- name: Build production JS
|
- name: Build production JS
|
||||||
uses: flarum/action-build@2
|
uses: flarum/action-build@3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
build_script: build
|
build_script: build
|
||||||
@@ -82,7 +82,7 @@ jobs:
|
|||||||
# Our action will install node, npm and yarn, cd into `./js`, run `yarn run build` (and
|
# Our action will install node, npm and yarn, cd into `./js`, run `yarn run build` (and
|
||||||
# `yarn run build-typings` if desired). It will NOT commit and upload.
|
# `yarn run build-typings` if desired). It will NOT commit and upload.
|
||||||
- name: Build production JS
|
- name: Build production JS
|
||||||
uses: flarum/action-build@2
|
uses: flarum/action-build@3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
build_script: build
|
build_script: build
|
||||||
|
|||||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -65,6 +65,7 @@
|
|||||||
"bmewburn.vscode-intelephense-client",
|
"bmewburn.vscode-intelephense-client",
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
"esbenp.prettier-vscode",
|
"esbenp.prettier-vscode",
|
||||||
"felixfbecker.php-debug"
|
"xdebug.php-debug",
|
||||||
|
"firefox-devtools.vscode-firefox-debug"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user