mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-22 02:03:42 +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,
|
"private": true,
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"clean": "echo 'nothing to clean'",
|
||||||
|
"build": "echo 'nothing to build'",
|
||||||
|
"check": "echo 'nothing to check'"
|
||||||
|
},
|
||||||
"pi": {
|
"pi": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue