Skip to content

Commit

Permalink
Fixes linting and prefix for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Dec 7, 2024
1 parent a48c970 commit 72d58e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,17 @@ These tests are skipped locally to avoid environment-specific issues.
2. **Playlist-Specific Libraries**
* Separate libraries for different content types
* Examples:
* `DS-Announcements`
* `DS-Marketing`
* `DS-Events`
* `DS-Emergency`
* `[Zapier] Announcements`
* `[Zapier] Marketing`
* `[Zapier] Events`
* `[Zapier] Emergency`

3. **Location-Based Libraries**
* Organize by physical location
* Examples:
* `DS-HeadOffice`
* `DS-Branches`
* `DS-RetailStores`
* `[Zapier] HeadOffice`
* `[Zapier] Branches`
* `[Zapier] RetailStores`

### SharePoint Column Configuration

Expand Down Expand Up @@ -148,7 +148,7 @@ Action: Screenly - Complete Workflow
4. **Emergency Broadcast**
```yaml
Trigger: SharePoint - New file in DS-Emergency
Trigger: SharePoint - New file in [Zapier] Emergency
Action: Screenly - Complete Workflow (high priority)
```
Expand Down
1 change: 0 additions & 1 deletion test/index.visual.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require('./setup.visual');
const puppeteer = require('puppeteer');
const nock = require('nock');

// Skip all visual tests if not in CI environment
const describeVisual = process.env.CI ? describe : describe.skip;
Expand Down

0 comments on commit 72d58e1

Please sign in to comment.