From 80cd743bd26837d45d9bab555d42c6289b090386 Mon Sep 17 00:00:00 2001 From: Oc1S Date: Tue, 11 Jun 2024 20:49:50 +0800 Subject: [PATCH] chore: LICENSE --- LICENSE | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index d8c6624..1081092 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/package.json b/package.json index da890bf..b6970f4 100644 --- a/package.json +++ b/package.json @@ -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",