mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 17:01:02 +00:00
fix: add missing scripts to pi-extension-with-deps example
This commit is contained in:
parent
38eb4f7aa6
commit
e824b6dfa4
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@
|
|||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"clean": "echo 'nothing to clean'",
|
||||
"build": "echo 'nothing to build'",
|
||||
"check": "echo 'nothing to check'"
|
||||
},
|
||||
"pi": {
|
||||
"extensions": [
|
||||
"./index.ts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue