mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 13:44:12 +00:00
add necessary files to package.json for publishing
This commit is contained in:
@@ -12,6 +12,11 @@
|
|||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"bin": "main.js",
|
"bin": "main.js",
|
||||||
|
"files": [
|
||||||
|
"client",
|
||||||
|
"external",
|
||||||
|
"server"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nodemon main.js",
|
"dev": "nodemon main.js",
|
||||||
"build:cli": "pkg ."
|
"build:cli": "pkg ."
|
||||||
|
|||||||
Reference in New Issue
Block a user