Skip to content

Commit

Permalink
0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed Jun 22, 2023
1 parent 4bbf0b7 commit d857169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "remult-mono-repo",
"description": "See projects/core for the remult core package.json. This package.json is used for remult/core development, test projects and experimental work. See ",
"version": "0.20.6",
"version": "0.21.0",
"scripts": {
"test": "concurrently -k -n \"TSC,Test\" -c \"bgBlue.bold,bgGreen.bold\" \"tsc -w -p projects/core/tsconfig.build.json --emitDeclarationOnly --outDir misc/dts-compare\" \"cd projects/test-angular && ng test core\"",
"test:wsl": "export CHROME_BIN='/mnt/c/Program Files/Google/Chrome/Application/chrome.exe' && npm run test",
"test-graphql":"cd projects/tests && vitest",
"test-graphql": "cd projects/tests && vitest",
"test-ng": "cd projects/test-angular && ng test angular",
"release-core": "npm run build-core && npm run patch-versions",
"release-core-experimental": "npm run build-core && npm run patch-versions-experimental && cd dist/remult && npm publish --access public --tag exp",
Expand Down

0 comments on commit d857169

Please sign in to comment.