Skip to content

Commit

Permalink
chore: LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Oc1S committed Jun 11, 2024
1 parent f4f3b49 commit 80cd743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2024 Seo Jong Hak
Copyright (c) 2024 OciS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"scripts": {
"clean": "rimraf dist && rimraf .turbo && turbo clean",
"build": "turbo build",
"build:firefox": "cross-env __FIREFOX__=true turbo build",
"dev-server": "pnpm -F hmr build && pnpm -F hmr dev-server",
"dev": "concurrently --kill-others \"cross-env __DEV__=true turbo dev --concurrency 20\" \"pnpm dev-server\"",
"dev:firefox": "concurrently --kill-others \"cross-env __DEV__=true __FIREFOX__=true turbo dev --concurrency 20\" \"pnpm dev-server\"",
"build": "turbo build",
"build:firefox": "cross-env __FIREFOX__=true turbo build",
"test": "turbo test",
"type-check": "turbo type-check",
"lint": "turbo lint",
Expand Down

0 comments on commit 80cd743

Please sign in to comment.