1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 13:22:38 +02:00

Fixed typo in Github workflow (#1247)

This commit is contained in:
Gabriel Fernandes
2022-08-04 09:06:38 +01:00
committed by GitHub
parent f3a61cf9a5
commit 9d77b510bc

View File

@@ -18,7 +18,7 @@ jobs:
- name: Setup Environment
run: |
npm install
- name: Generate meta and builld
- name: Generate meta and build
run: |
npm run meta
npm run build