*Add build script command
This commit is contained in:
parent
b0a0d1d6be
commit
5aefd46e32
|
@ -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"
|
||||
}
|
||||
|
|
Reference in New Issue