Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed Sep 8, 2022
1 parent a33b93e commit acc016d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/templates/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"size": "pkg-size ./lib --sort-by=brotli --ignore-files {*.d.ts,*.map}",
"test": "../../scripts/test.mjs",
"test:ci": "../../scripts/test.mjs --ci",
"test:watch": "run-p \"build:ts -- --watch\" \"test -- --watch\""
"test:watch": "npm run test -- --watch"
},
"dependencies": {},
"peerDependencies": {},
Expand Down
1 change: 1 addition & 0 deletions config/jest.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const project = (package_name) => {
const projects = [
project('checks'),
project('cloud-scheduler-utils'),
project('cloud-tasks-utils'),
project('fattureincloud-client'),
project('firestore-utils'),
project('keap-client'),
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@
"@types/simple-oauth2": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.31.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"better-sqlite3": "^7.6.2",
"comment-json": "^4.2.3",
"debug": "^4.3.4",
Expand Down

0 comments on commit acc016d

Please sign in to comment.