Skip to content

Commit dc442b8

Browse files
committed
chore: update ignore + scripts
1 parent 81b1355 commit dc442b8

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

packages/cli/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ tsconfig.json
44
*.spec.ts
55
.DS_Store
66
node_modules/
7+
docs
8+
vitest.config.ts

packages/cli/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "langium-ai",
33
"version": "0.2.0",
44
"description": "AI application development tooling for Langium-based DSL projects",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/eclipse-langium/langium-ai.git",
8+
"directory": "packages/cli"
9+
},
10+
"bugs": "https://github.com/eclipse-langium/langium-ai/issues",
511
"type": "module",
612
"bin": {
713
"lai": "./dist/index.js"
@@ -11,7 +17,8 @@
1117
"copy-templates": "mkdir -p dist/templates && cp -r templates/* dist/templates/",
1218
"dev": "tsx watch src/index.ts",
1319
"prepublishOnly": "npm run build",
14-
"test": "vitest run"
20+
"test": "vitest run",
21+
"clean": "rm -rf ./dist"
1522
},
1623
"keywords": ["langium", "ai", "llm", "dsl", "cli"],
1724
"author": "Langium Team",

0 commit comments

Comments
 (0)