Skip to content

Commit 6a61fc4

Browse files
committed
chore(database): update package.json scripts section
1 parent b410310 commit 6a61fc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/services/database/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"main": "index.js",
55
"author": "Advaita Kṛṣṇa Dāsa",
66
"description": "Database service for Vidya",
7+
"scripts": {
8+
"clean": "rimraf dist",
9+
"build": "npm run clean && tsc && tsc-alias"
10+
},
711
"dependencies": {
812
"pg": "^8.13.1",
913
"typeorm": "^0.3.20",
1014
"typescript": "^5.1.3"
1115
},
12-
"scripts": {
13-
"clean": "rimraf dist",
14-
"build": "npm run clean && tsc && tsc-alias"
15-
},
1616
"devDependencies": {
1717
"rimraf": "^6.0.1",
1818
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)