Add np script
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ethan Lane 2023-07-14 16:14:18 +01:00
parent 41c3fec23f
commit d2037543b0
2 changed files with 2087 additions and 27 deletions

View file

@ -10,7 +10,8 @@
"start": "node ./dist/vylbot",
"test": "jest",
"db:up": "typeorm migration:run -d dist/database/dataSources/appDataSource.js",
"db:down": "typeorm migration:revert -d dist/database/dataSources/appDataSource.js"
"db:down": "typeorm migration:revert -d dist/database/dataSources/appDataSource.js",
"release": "np --no-publish"
},
"repository": {
"type": "git",
@ -44,6 +45,7 @@
},
"devDependencies": {
"@types/node": "^20.0.0",
"np": "^8.0.4",
"typescript": "^5.0.0"
}
}

2110
yarn.lock

File diff suppressed because it is too large Load diff