mirror of
https://github.com/ragestudio/comty.git
synced 2025-07-11 02:04:15 +00:00
added build script
This commit is contained in:
parent
b173f81678
commit
5a02fe4ad2
@ -3,6 +3,7 @@
|
|||||||
"version": "0.18.0",
|
"version": "0.18.0",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "corenode-cli build",
|
||||||
"dev": "nodemon --ignore dist/ --exec corenode-node ./src/index.js"
|
"dev": "nodemon --ignore dist/ --exec corenode-node ./src/index.js"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -28,4 +29,4 @@
|
|||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"nodemon": "^2.0.15"
|
"nodemon": "^2.0.15"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user