mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: move proxy-container to apps (#11435)
* chore: move proxy-container to apps * chore: limit next/react rules to next apps * chore: add standalone issue template --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -2,8 +2,6 @@ import { info, warning } from '@actions/core';
|
||||
import type { PackageJSON, PackumentVersion } from '@npm/types';
|
||||
import { $, file, write } from 'bun';
|
||||
|
||||
const nonNodePackages = new Set(['@discordjs/proxy-container']);
|
||||
|
||||
interface pnpmTreeDependency {
|
||||
from: string;
|
||||
path: string;
|
||||
@@ -50,7 +48,6 @@ async function getReleaseEntries(dry: boolean, devTag?: string) {
|
||||
if (pkg.private) continue;
|
||||
// Just in case
|
||||
if (!pkg.version || !pkg.name) continue;
|
||||
if (nonNodePackages.has(pkg.name)) continue;
|
||||
|
||||
const release: ReleaseEntry = {
|
||||
name: pkg.name,
|
||||
|
||||
Reference in New Issue
Block a user