*Add build script command

This commit is contained in:
Derrick Hammer 2022-08-28 12:31:22 -04:00
parent b0a0d1d6be
commit 5aefd46e32
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
"name": "@lumeweb/relay-plugins-core",
"type": "module",
"version": "0.1.0",
"scripts": {
"build": "tsc && mv dist/index.js dist/core.js"
},
"devDependencies": {
"@lumeweb/relay": "https://github.com/LumeWeb/relay.git"
}