Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Apr 12, 2022
1 parent 9b63d00 commit 8318529
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 25 deletions.
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
"tabWidth": 2,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"jsxBracketSameLine": true,
"arrowParens": "always"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start:docker:embed": "cross-env nx run-many --target=start:docker --projects=@novu/embed",
"start:docker:widget": "cross-env nx run-many --target=start:docker --projects=@novu/widget",
"build": "nx run-many --target=build --all",
"build:api": "nx build @novu/api",
"build:api": "nx build @novu/api --skip-nx-cache",
"build:ws": "nx build @novu/ws",
"build:web": "nx build @novu/web",
"build:widget": "nx build @novu/widget",
Expand Down Expand Up @@ -76,7 +76,7 @@
"lint-staged": "^10.5.4",
"monorepo-run": "github:scopsy/monorepo-run",
"pnpm": "^6.32.3",
"prettier": "^2.5.1",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "4.6.2"
Expand Down
50 changes: 28 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8318529

Please sign in to comment.