@flarehr/apollo-super-campaign 1.54.59 → 1.56.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -15
- package/dist/apollo-super-campaign.js +9 -9
- package/package.json +4 -2
package/README.md
CHANGED
@@ -1,28 +1,27 @@
|
|
1
1
|
# Apollo Super Campaign
|
2
|
+
|
2
3
|
## How to run the project
|
3
|
-
|
4
|
-
|
4
|
+
|
5
|
+
Run `npm run dev` or `npm start` to start the development server.
|
5
6
|
|
6
7
|
## CLI Commands
|
7
|
-
* `npm install`: Installs dependencies
|
8
8
|
|
9
|
-
|
9
|
+
- `npm install`: Installs dependencies
|
10
|
+
|
11
|
+
- `npm run dev`: Run a development
|
10
12
|
|
11
|
-
|
13
|
+
- `npm run dev`: Starts the dev server
|
12
14
|
|
13
|
-
|
15
|
+
- `npm run preview`: Run a production-like server
|
14
16
|
|
15
|
-
|
17
|
+
- `npm run build:prod`: Production-ready build for the web components (to be published on npm)
|
16
18
|
|
17
|
-
|
19
|
+
- `npm run build:harness`: Production-ready build for the harness (to be deployed on azure)
|
18
20
|
|
19
|
-
|
21
|
+
- `npm run lint`: Pass TypeScript files using ESLint
|
20
22
|
|
21
|
-
|
23
|
+
- `npm run playwright:setup`: Install playwright browsers for e2e tests
|
22
24
|
|
23
|
-
|
25
|
+
- `npm run playwright`: Run playwright tests
|
24
26
|
|
25
|
-
|
26
|
-
- Change the api-key and profile id to the ones that suits your needs
|
27
|
-
- Press Ctrl + Shift + B (Windows/Linux) or Cmd + Shift + B (Mac) to see the command written in the tasks.json
|
28
|
-
- **Run Vite Dev Server with new token"**: Run the dev vite server with a newly fetched token
|
27
|
+
- `npm run playwright:ui`: Run playwright tests with UI
|