Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore(workflows): fix building due to missing package.json in rootDir (
Browse files Browse the repository at this point in the history
…#25)

* chore(workflows): fix building

* fix lint and format
  • Loading branch information
fuxingloh authored Oct 9, 2023
1 parent 471ee2d commit c1475b4
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 27 deletions.
1 change: 0 additions & 1 deletion examples/neobank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@levain-examples/project",
"private": true,
"scripts": {
"build": "turbo run build --filter='./packages/*'",
"clean": "turbo run clean",
"format": "prettier --write .",
"lint": "turbo run lint -- --fix",
Expand All @@ -17,7 +18,7 @@
"@stickyjs/prettier": "1.3.4",
"@stickyjs/turbo": "1.3.4",
"@stickyjs/typescript": "1.3.4",
"turbo": "^1.10.14",
"turbo": "^1.10.15",
"typescript": "4.9.5"
},
"packageManager": "pnpm@8.7.6",
Expand Down
1 change: 1 addition & 0 deletions packages/create-levain-app/src/ProjectProgram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import ExampleIndex from '@levain-examples/examples/dist/Example/index.json';
import { green } from 'picocolors';
import prompts from 'prompts';

// @ts-ignore - this file will always be present
import { version } from '../package.json';
import { isFolderEmpty } from './utils/FolderEmpty';
import { isNpmNameValid } from './utils/NpmNameValid';
Expand Down
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

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

1 comment on commit c1475b4

@vercel
Copy link

@vercel vercel bot commented on c1475b4 Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.