|
1 | 1 | { |
2 | 2 | "name": "testcafe-angular-selectors", |
3 | | - "version": "0.4.0", |
| 3 | + "version": "0.4.1", |
4 | 4 | "description": "Angular selectors for TestCafe", |
5 | 5 | "author": { |
6 | 6 | "name": "Developer Express Inc.", |
|
21 | 21 | "install-angular-4-deps": "cd ./test/data/angular-4 && npm i", |
22 | 22 | "install-angular-8-deps": "cd ./test/data/angular-8 && npm i", |
23 | 23 | "install-angular-9-deps": "cd ./test/data/angular-9 && npm i", |
24 | | - "postinstall": "npm run install-angularjs-deps && npm run install-angular-4-deps && npm run install-angular-8-deps && npm run install-angular-9-deps", |
| 24 | + "install-angular-deps": "npm run install-angularjs-deps && npm run install-angular-4-deps && npm run install-angular-8-deps && npm run install-angular-9-deps", |
25 | 25 | "lint": "eslint src/*.js test/*.js", |
26 | 26 | "http-server": "http-server ./ -s", |
27 | 27 | "compile-angular-4-app": "cd test/data/angular-4 && tsc -p ./", |
28 | 28 | "compile-angular-8-app": "cd test/data/angular-8 && npx ng build angular-app", |
29 | 29 | "compile-angular-9-app": "cd test/data/angular-9 && npx ng build angular-app", |
30 | 30 | "compile-angular-apps": "npm run compile-angular-4-app && npm run compile-angular-8-app && npm run compile-angular-9-app", |
31 | 31 | "testcafe": "testcafe chrome,firefox,edge,ie test/*-test.js --app \"npm run http-server\"", |
32 | | - "test": "npm run lint && npm run build && npm run compile-angular-apps && npm run testcafe", |
| 32 | + "test": "npm run install-angular-deps && npm run lint && npm run build && npm run compile-angular-apps && npm run testcafe", |
33 | 33 | "build": "babel src --out-dir lib", |
34 | 34 | "publish-please": "publish-please", |
35 | 35 | "prepublish": "publish-please guard" |
|
0 commit comments