Skip to content

Commit

Permalink
fix: package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Apr 11, 2020
1 parent bfbbe1d commit b09c9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"e2e:a8": "cd e2e/angular8 && npm run e2e",
"e2e:a9": "cd e2e/angular9 && npm run e2e",
"e2e:a": "npm run e2e:a6 && npm run e2e:a7 && npm run e2e:a8 && npm run e2e:a9",
"e2e": "npm run i:a && npm run spread && npm run e2e:a",
"e2e": "npm run i:a && npm run s:a && npm run e2e:a",
"lint": "tslint --config ./tslint.yaml -p ./tsconfig.json",
"release": "standard-version",
"test": "karma start",
Expand Down

0 comments on commit b09c9ce

Please sign in to comment.