Skip to content

Commit fe89b3e

Browse files
committed
fix: keep the scenarios package out of the published manifest
1 parent d2c5855 commit fe89b3e

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- run: npm ci
3030
- run: npm run build:pages
3131
- uses: actions/configure-pages@v5
32+
# Creates the Pages site on the first run, so that deploying does not
33+
# depend on a setting being flipped by hand.
34+
with:
35+
enablement: true
3236
- uses: actions/upload-pages-artifact@v3
3337
with:
3438
path: ./dist

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
"type": "git",
2626
"url": "git+ssh://git@github.com/fczbkk/css-selector-generator.git"
2727
},
28-
"homepage": "https://github.com/fczbkk/css-selector-generator/"
28+
"homepage": "https://github.com/fczbkk/css-selector-generator/",
29+
"devDependencies": {
30+
"css-selector-generator-scenarios": "*"
31+
}
2932
}

packages/css-selector-generator/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"watch:playwright": "chokidar 'playwright-tests/**/*.ts' -c 'npm run test:playwright'"
4646
},
4747
"devDependencies": {
48-
"css-selector-generator-scenarios": "*",
4948
"@eslint/js": "^10.0.1",
5049
"@playwright/test": "^1.50.1",
5150
"@types/chai": "^5.0.1",

0 commit comments

Comments
 (0)