Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit cad3545

Browse files
authored
chore: add missing tasks to package.json (#3325)
1 parent ccf667b commit cad3545

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/docs/_examples/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"serve": "lite-server -c=bs-config.json",
1111
"prestart": "npm run build",
1212
"start": "concurrently \"npm run build:watch\" \"npm run serve\"",
13-
"protractor": "protractor protractor.config.js",
13+
"protractor": "protractor",
14+
"webdriver:update": "webdriver-manager update --standalone false --gecko false",
1415
"pretest": "npm run build",
1516
"test": "concurrently \"npm run build:watch\" \"karma start karma.conf.js\"",
1617
"pretest:once": "npm run build",

0 commit comments

Comments
 (0)