File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aionic-core" ,
3
3
"version" : " 0.0.1" ,
4
- "description" : " Aionic Core - Applications for project management and collaboration " ,
4
+ "description" : " Aionic Core - Core API for Aionic applications " ,
5
5
"main" : " ./dist/index.js" ,
6
6
"author" :
" Lars Wächter <[email protected] >" ,
7
7
"private" : true ,
11
11
"scripts" : {
12
12
"start" : " node ./dist/index.js" ,
13
13
"build" : " rm -rf dist && tsc -p tsconfig.json && gulp copy && gulp merge" ,
14
- "build:light" : " rm -rf dist && tsc -p tsconfig.json" ,
15
- "watch" : " nodemon --exec \" npm run build:light && npm run start\" --watch src --ext ts" ,
14
+ "watch" : " nodemon --exec \" npm run build && npm run start\" --watch src --ext ts" ,
16
15
"seed" : " node db/index.js" ,
17
16
"lint" : " tslint -p tsconfig.json" ,
18
17
"prettier" : " prettier --config ./.prettierrc --write src/**/*.ts" ,
You can’t perform that action at this time.
0 commit comments