Skip to content
Merged
Prev Previous commit
Update typebox module infrastructure
  • Loading branch information
daffl committed Oct 6, 2022
commit 639c7adc4e02517393c715cb00f2d3011bdc9e3d
242 changes: 0 additions & 242 deletions packages/typebox/package-lock.json

This file was deleted.

8 changes: 4 additions & 4 deletions packages/typebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"scripts": {
"prepublish": "npm run compile",
"pack": "npm pack --pack-destination ../cli/test",
"pack": "npm pack --pack-destination ../cli/test/build",
"compile": "shx rm -rf lib/ && tsc && npm run pack",
"mocha": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts",
"test": "npm run compile && npm run mocha"
Expand All @@ -58,11 +58,11 @@
},
"devDependencies": {
"@feathersjs/schema": "^5.0.0-pre.29",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.18",
"@types/mocha": "^10.0.0",
"@types/node": "^18.8.2",
"mocha": "^10.0.0",
"shx": "^0.3.4",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
},
"gitHead": "4314dc89a41a8bbaabf00b47697bf7887861d17d"
}