mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
Revert "chore: wrong package manager value changed to fix mentions bug"
This reverts commit bc59b8d9ab
.
This commit is contained in:
2
.github/workflows/REUSABLE_frontend.yml
vendored
2
.github/workflows/REUSABLE_frontend.yml
vendored
@@ -69,7 +69,7 @@ on:
|
|||||||
js_package_manager:
|
js_package_manager:
|
||||||
description: "Enable TypeScript?"
|
description: "Enable TypeScript?"
|
||||||
type: string
|
type: string
|
||||||
default: yarn
|
default: npm
|
||||||
required: false
|
required: false
|
||||||
cache_dependency_path:
|
cache_dependency_path:
|
||||||
description: "The path to the cache dependency file."
|
description: "The path to the cache dependency file."
|
||||||
|
4
.github/workflows/frontend.yml
vendored
4
.github/workflows/frontend.yml
vendored
@@ -8,8 +8,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
frontend_directory: ./
|
frontend_directory: ./
|
||||||
backend_directory: ./
|
backend_directory: ./
|
||||||
js_package_manager: npm
|
js_package_manager: yarn
|
||||||
cache_dependency_path: ./package-lock.json
|
cache_dependency_path: ./yarn.lock
|
||||||
main_git_branch: main
|
main_git_branch: main
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
|
Reference in New Issue
Block a user