You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ We are using [SideeX](http://sideex.org/) as a start point. The SideeX team was
34
34
```peru sync```
35
35
```yarn``` or if using Node 10 ```yarn --ignore-engines```
36
36
- Build the extension
37
-
```yarn build:ext``` or ```yarn build:ext:prod``` for production build
37
+
```yarn build:ext:prod``` or ```yarn build:ext``` for faster development build (also includes beta features)
38
38
- Install as developer on [Google Chrome](https://developer.chrome.com/extensions/getstarted#unpacked) or [Firefox](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox)
39
39
40
40
Manifest located in `<Project Directory>/packages/selenium-ide/build/manifest.json`
0 commit comments