mirror of
https://github.com/ivuorinen/base-configs-stylelint.git
synced 2026-03-15 20:59:57 +00:00
chore: cr comments. fixes permissions and imports.
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -27,6 +27,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- Linter
|
- Linter
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
issues: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
@@ -35,8 +35,8 @@
|
|||||||
"require": "./css/index.cjs"
|
"require": "./css/index.cjs"
|
||||||
},
|
},
|
||||||
"./css": {
|
"./css": {
|
||||||
"import": "./scss/index.mjs",
|
"import": "./css/index.mjs",
|
||||||
"require": "./scss/index.cjs"
|
"require": "./css/index.cjs"
|
||||||
},
|
},
|
||||||
"./scss": {
|
"./scss": {
|
||||||
"import": "./scss/index.mjs",
|
"import": "./scss/index.mjs",
|
||||||
|
|||||||
Reference in New Issue
Block a user