Skip to content
Snippets Groups Projects
Commit 457fe153 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: add linting for create-llama

parent 6e90b020
Branches
Tags
No related merge requests found
......@@ -12,7 +12,6 @@
"url": "https://github.com/run-llama/LlamaIndexTS",
"directory": "packages/create-llama"
},
"author": "LlamaIndex Team <info@runllama.ai>",
"license": "MIT",
"bin": {
"create-llama": "./dist/index.js"
......@@ -22,11 +21,9 @@
],
"scripts": {
"dev": "ncc build ./index.ts -w -o dist/",
"prerelease": "node ../../scripts/rm.mjs dist",
"release": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register",
"prepublishOnly": "cd ../../ && turbo run build",
"build": "pnpm release",
"lint-fix": "pnpm prettier -w --plugin prettier-plugin-tailwindcss 'templates/*-tw/{ts,js}/{app,pages}/**/*.{js,ts,tsx}'"
"build": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register",
"lint": "eslint . --ignore-pattern dist",
"prepublishOnly": "cd ../../ && turbo run build"
},
"devDependencies": {
"@types/async-retry": "1.4.2",
......@@ -46,7 +43,6 @@
"fast-glob": "3.3.1",
"got": "10.7.0",
"picocolors": "1.0.0",
"prettier-plugin-tailwindcss": "0.3.0",
"prompts": "2.1.0",
"tar": "6.1.15",
"update-check": "1.5.4",
......
......@@ -35,6 +35,10 @@ module.exports = {
"NOTION_TOKEN",
"MONGODB_URI",
"https_proxy",
"npm_config_user_agent",
"NEXT_PUBLIC_CHAT_API",
],
},
],
......
......@@ -256,9 +256,6 @@ importers:
picocolors:
specifier: 1.0.0
version: 1.0.0
prettier-plugin-tailwindcss:
specifier: 0.3.0
version: 0.3.0(prettier-plugin-organize-imports@3.2.3)(prettier@3.0.3)
prompts:
specifier: 2.1.0
version: 2.1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment