Skip to content

Commit fccc0c6

Browse files
authored
"Postinstall script" renaming. Bump version (v0.4.1) (#21)
* "Postinstall script" renaming. Bump version (v0.4.1)
1 parent f74586c commit fccc0c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testcafe-angular-selectors",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Angular selectors for TestCafe",
55
"author": {
66
"name": "Developer Express Inc.",
@@ -21,15 +21,15 @@
2121
"install-angular-4-deps": "cd ./test/data/angular-4 && npm i",
2222
"install-angular-8-deps": "cd ./test/data/angular-8 && npm i",
2323
"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",
2525
"lint": "eslint src/*.js test/*.js",
2626
"http-server": "http-server ./ -s",
2727
"compile-angular-4-app": "cd test/data/angular-4 && tsc -p ./",
2828
"compile-angular-8-app": "cd test/data/angular-8 && npx ng build angular-app",
2929
"compile-angular-9-app": "cd test/data/angular-9 && npx ng build angular-app",
3030
"compile-angular-apps": "npm run compile-angular-4-app && npm run compile-angular-8-app && npm run compile-angular-9-app",
3131
"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",
3333
"build": "babel src --out-dir lib",
3434
"publish-please": "publish-please",
3535
"prepublish": "publish-please guard"

0 commit comments

Comments
 (0)