Skip to content

Commit 3fa02f2

Browse files
authored
Convert to monorepo to have in-repo examples (#40)
1 parent ea3d827 commit 3fa02f2

File tree

302 files changed

+20031
-1042
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

302 files changed

+20031
-1042
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
run: yarn install --immutable
2424
- name: Build package
2525
run: yarn build
26+
- name: Copy README for publishing
27+
run: cp README.md packages/postcss-typesafe-css-modules
2628
- name: Publish to NPM
2729
env:
2830
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2931
run: npm publish
32+
working-directory: ./packages/postcss-typesafe-css-modules

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313
# Build outputs
1414
dist/
1515
node_modules
16-
.swc
16+
.swc
17+
.turbo
18+
build/

.pnp.cjs

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

0 commit comments

Comments
 (0)