Skip to content

Commit

Permalink
Merge branch 'master' into multiag-pnp
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Oct 2, 2023
2 parents 9573bef + 65d5494 commit 9f7882d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
run: npm ci

- name: Check Linting
run: npm run lint
run: npm run lint-ci

- name: Check Formatting
run: npm run check-format
run: npm run format-ci
photon-build-examples:
runs-on: ubuntu-22.04
name: "Build Examples"
Expand Down
3 changes: 2 additions & 1 deletion photon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build-only": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"check-format": "prettier --check src/"
"lint-ci": "eslint . --max-warnings 0 --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format-ci": "prettier --check src/"
},
"dependencies": {
"@fontsource/prompt": "^5.0.5",
Expand Down

0 comments on commit 9f7882d

Please sign in to comment.