Skip to content

Commit

Permalink
remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanueste committed Jul 8, 2023
1 parent 6ab2cfb commit 4a93de7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: ["main", "dev", "ci-npm"]
branches: ["main", "dev"]
pull_request:
types: [opened, synchronize]

Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ link-workspace-packages=true
prefer-workspace-packages=true

# hoist=false
public-hoist-pattern[]=*ui-next*
# public-hoist-pattern[]=*ui-next*
# node-linker=hoisted
6 changes: 1 addition & 5 deletions apps/gql/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { withContentlayer } from "next-contentlayer";

/** @type {import('next').NextConfig} */
const config = {
reactStrictMode: true,
swcMinify: true,
transpilePackages: ["@kampus/sozluk-content"],
};

export default withContentlayer(nextConfig);
export default config;
1 change: 0 additions & 1 deletion apps/gql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"graphql-config": "4.5.0",
"graphql-scalars": "1.21.3",
"graphql-yoga": "3.9.1",
"next-contentlayer": "^0.3.4",
"object-hash": "3.0.0",
"znv": "0.3.2",
"zod": "3.21.4"
Expand Down
4 changes: 0 additions & 4 deletions apps/ui/global.css

This file was deleted.

102 changes: 0 additions & 102 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a93de7

Please sign in to comment.