Skip to content

Commit

Permalink
Merge pull request #49 from smosco/48-fix-hide-dist
Browse files Browse the repository at this point in the history
fix : ignore dist in Git
  • Loading branch information
smosco authored Dec 17, 2024
2 parents c87224e + 031c67f commit 9d89bdd
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 462 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- name: Build core
run: yarn core build

- name: Run TypeScript type check
run: yarn typecheck

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ node_modules
# 빌드된 결과물(demo/dist 폴더) 무시
# TODO(@smosco): core/dist도 무시해도 되는지 고민중
demo/dist
core/dist

# TypeScript 빌드 캐시 파일 무시
tsconfig.tsbuildinfo
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-player-plugin-prompter",
"description": "A React Player plugin specialized for subtitle handling",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"packageManager": "yarn@4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/mocks/mockUrl.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const mockUrl = 'https://www.youtube.com/watch?v=r_ahZOgPTsk';
export const mockUrl = 'https://www.youtube.com/watch?v=awhOrqGb-TU&t=158s';
Loading

0 comments on commit 9d89bdd

Please sign in to comment.