1
0
Fork 0
mirror of https://github.com/MillironX/docker-names.git synced 2024-12-21 17:48:18 +00:00

Improving build and release

This commit is contained in:
Declan Shanaghy 2021-06-16 08:28:39 -07:00
parent 190c01e05a
commit 8f4f0598c4
4 changed files with 2455 additions and 5919 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
node_modules
/lib
/coverage
.idea
.idea

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
14.15.1

8369
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,6 +9,7 @@
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"release": "np",
"test": "jest",
"test:coverage": "jest --coverage"
},
@ -36,6 +37,7 @@
"devDependencies": {
"@types/jest": "^26.0.22",
"jest": "^26.6.3",
"np": "^7.5.0",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
}