Skip to content

Commit

Permalink
fix: fix query regression and unit testing improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk committed Aug 26, 2019
1 parent 50a599f commit 75f5512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"scripts": {
"ng": "npx ng",
"start": "npx ng serve",
"build": "npm run build:lib",
"build": "npx ng build",
"test": "npx ng test spectator",
"test:jest": "npx ng run spectator-app:test-jest",
"lint": "echo 'temporary disabled in v3'",
"lint": "npx ng lint",
"e2e": "npx ng e2e",
"format": "npx prettier --write \"{projects,src}/**/*.ts\"",
"commit": "npx git-cz",
Expand Down

0 comments on commit 75f5512

Please sign in to comment.