mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 07:01:03 +08:00
Revert "chore: wrong package manager value changed to fix mentions bug"
This reverts commit bc59b8d9ab
.
This commit is contained in:
parent
00a880c467
commit
2b89dedc08
2
.github/workflows/REUSABLE_frontend.yml
vendored
2
.github/workflows/REUSABLE_frontend.yml
vendored
|
@ -69,7 +69,7 @@ on:
|
|||
js_package_manager:
|
||||
description: "Enable TypeScript?"
|
||||
type: string
|
||||
default: yarn
|
||||
default: npm
|
||||
required: false
|
||||
cache_dependency_path:
|
||||
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:
|
||||
frontend_directory: ./
|
||||
backend_directory: ./
|
||||
js_package_manager: npm
|
||||
cache_dependency_path: ./package-lock.json
|
||||
js_package_manager: yarn
|
||||
cache_dependency_path: ./yarn.lock
|
||||
main_git_branch: main
|
||||
|
||||
secrets:
|
||||
|
|
Loading…
Reference in New Issue
Block a user