Skip to content

Commit 5342d02

Browse files
committed
Update package.json
1 parent 5a09a58 commit 5342d02

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aionic-core",
33
"version": "0.0.1",
4-
"description": "Aionic Core - Applications for project management and collaboration",
4+
"description": "Aionic Core - Core API for Aionic applications",
55
"main": "./dist/index.js",
66
"author": "Lars Wächter <[email protected]>",
77
"private": true,
@@ -11,8 +11,7 @@
1111
"scripts": {
1212
"start": "node ./dist/index.js",
1313
"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",
1615
"seed": "node db/index.js",
1716
"lint": "tslint -p tsconfig.json",
1817
"prettier": "prettier --config ./.prettierrc --write src/**/*.ts",

0 commit comments

Comments
 (0)