Skip to content

Instantly share code, notes, and snippets.

@pixelmattersdev
Last active August 22, 2023 10:02
Show Gist options
  • Save pixelmattersdev/ea00073e72c7576b62f98ee7b7c9165d to your computer and use it in GitHub Desktop.
Save pixelmattersdev/ea00073e72c7576b62f98ee7b7c9165d to your computer and use it in GitHub Desktop.

Revisions

  1. pixelmattersdev revised this gist Aug 22, 2023. 2 changed files with 5 additions and 5 deletions.
    2 changes: 1 addition & 1 deletion 111-release.yml
    Original file line number Diff line number Diff line change
    @@ -16,7 +16,7 @@ jobs:
    - name: Install dependencies
    run: npm ci
    - name: Release a new version
    # 👇 This line was updated
    # 👇 This line was updated
    run: npm run release
    env:
    GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
    8 changes: 4 additions & 4 deletions 112-chromatic.yml
    Original file line number Diff line number Diff line change
    @@ -15,18 +15,18 @@ jobs:
    cache: "npm"
    - name: Install dependencies
    run: npm ci
    # 👇 This step was added
    # 👇 This step was added
    - name: Build Storybook dependencies
    run: npm run build -- --filter="design-system^..."
    - name: Publish to Chromatic
    uses: chromaui/action@v1
    with:
    # 👇 This line was added
    # 👇 This line was added
    workingDir: apps/design-system
    # 👇 This line was added
    # 👇 This line was added
    buildScriptName: build
    token: ${{ secrets.GITHUB_TOKEN }}
    projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
    autoAcceptChanges: ${{ github.ref == 'refs/heads/main' }}
    autoAcceptChanges: ${{ github.ref == 'refs/heads/main' }}
    exitOnceUploaded: true
    skip: "dependabot/**"
  2. pixelmattersdev revised this gist Aug 22, 2023. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions 069-design-system-package.json
    Original file line number Diff line number Diff line change
    @@ -5,14 +5,14 @@
    "main": "index.js",
    "devDependencies": {
    "@storybook/addon-essentials": "^7.2.0", // This line was added
    "@storybook/addon-interactions": "^7.2.0", // This line was added
    "@storybook/addon-links": "^7.2.0", // This line was added
    "@storybook/addon-onboarding": "^1.0.8", // This line was added
    "@storybook/blocks": "^7.2.0", // This line was added
    "@storybook/react": "^7.2.0", // This line was added
    "@storybook/react-vite": "^7.2.0", // This line was added
    "@storybook/testing-library": "^0.2.0", // This line was added
    "storybook": "^7.2.0" // This line was added
    "@storybook/addon-interactions": "^7.2.0", // This line was added
    "@storybook/addon-links": "^7.2.0", // This line was added
    "@storybook/addon-onboarding": "^1.0.8", // This line was added
    "@storybook/blocks": "^7.2.0", // This line was added
    "@storybook/react": "^7.2.0", // This line was added
    "@storybook/react-vite": "^7.2.0", // This line was added
    "@storybook/testing-library": "^0.2.0", // This line was added
    "storybook": "^7.2.0" // This line was added
    },
    "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  3. pixelmattersdev revised this gist Aug 22, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion 049-prettier-config-package.json
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@
    "dependencies": { // This object was added
    "prettier": "^3.0.0"
    },
    "devDependencies": {},
    "devDependencies": {},
    "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
    },
  4. pixelmattersdev revised this gist Aug 22, 2023. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions 054-stylelint-package.json
    Original file line number Diff line number Diff line change
    @@ -4,11 +4,11 @@
    "description": "",
    "main": "index.js",
    "dependencies": {
    "stylelint": "^15.10.2", // This line was added
    "stylelint": "^15.10.2", // This line was added
    "stylelint-config-recess-order": "^4.3.0", // This line was added
    "stylelint-config-standard": "^34.0.0" // This line was added
    },
    "devDependencies": {},
    "devDependencies": {},
    "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
    },
  5. pixelmattersdev revised this gist Aug 22, 2023. 2 changed files with 0 additions and 2 deletions.
    1 change: 0 additions & 1 deletion 25-run-workspaces-test-scripts-again.sh
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    npm run test --workspaces
    1 change: 0 additions & 1 deletion 29-run-workspaces-test-scripts-again.sh
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    npm run test --workspaces
  6. pixelmattersdev renamed this gist Aug 22, 2023. 1 changed file with 0 additions and 0 deletions.
  7. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  8. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
    File renamed without changes.
  9. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
    File renamed without changes.
  10. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
    File renamed without changes.
  11. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
    File renamed without changes.
    File renamed without changes.
  12. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  13. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  14. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  15. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  16. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  17. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  18. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  19. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
    File renamed without changes.
    File renamed without changes.
    File renamed without changes.
  20. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  21. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
    File renamed without changes.
  22. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  23. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  24. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
    File renamed without changes.
  25. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  26. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
    File renamed without changes.
  27. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
    File renamed without changes.
    File renamed without changes.
    File renamed without changes.
  28. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  29. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 0 additions and 0 deletions.
  30. pixelmattersdev revised this gist Aug 22, 2023. 3 changed files with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions 029-run-workspaces-test-scripts-again.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    npm run test --workspaces