mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
[ez] Move copyright script to top level
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"scripts": {
|
||||
"bundle:meta": "scripts/bundle-meta.sh",
|
||||
"bundle:oss": "scripts/bundle-oss.sh",
|
||||
"copy-to-forget-feedback": "scripts/copy-to-forget-feedback.sh",
|
||||
"copyright": "node scripts/copyright.js",
|
||||
"hash": "scripts/hash.sh",
|
||||
"start": "yarn workspace playground run start",
|
||||
"next": "yarn workspace playground run dev",
|
||||
|
||||
@@ -23,7 +23,13 @@ const files = glob.sync("**/*.{js,ts,tsx,jsx}", {
|
||||
"**/dist/**",
|
||||
"**/node_modules/**",
|
||||
"test262/**",
|
||||
"**/__tests__/fixtures/**/*.js",
|
||||
"react/**",
|
||||
"forget-feedback/**",
|
||||
"packages/js-fuzzer/**",
|
||||
"**/tests/fixtures/**",
|
||||
"**/__tests__/fixtures/**",
|
||||
// Special case where we need to preserve a jest directive
|
||||
"packages/forest-runtime/src/__tests__/DOM-test.ts",
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user