Skip to content

Commit

Permalink
Testing: browsers list defining (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Farfurix authored Apr 3, 2020
1 parent dc29e45 commit f74586c
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 @@ -28,7 +28,7 @@
"compile-angular-8-app": "cd test/data/angular-8 && npx ng build angular-app",
"compile-angular-9-app": "cd test/data/angular-9 && npx ng build angular-app",
"compile-angular-apps": "npm run compile-angular-4-app && npm run compile-angular-8-app && npm run compile-angular-9-app",
"testcafe": "testcafe all test/*-test.js --app \"npm run http-server\"",
"testcafe": "testcafe chrome,firefox,edge,ie test/*-test.js --app \"npm run http-server\"",
"test": "npm run lint && npm run build && npm run compile-angular-apps && npm run testcafe",
"build": "babel src --out-dir lib",
"publish-please": "publish-please",
Expand Down

0 comments on commit f74586c

Please sign in to comment.