Skip to content

Commit

Permalink
style: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared committed Apr 11, 2024
1 parent 73a0c19 commit a2becc0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions packages/components/bin/markStyleInjectAsPure.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import replace from "replace-in-file"
// import replace from "replace-in-file"

// const replace = require("replace-in-file");

const options = {
files: "dist/esm/**/*.module.scss.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build:styles": "postcss styles/global.css --output dist/global.css",
"build:types": "tspc --project tsconfig.types.json",
"compile": "tsc",
"dist:clean": "rm ./dist/global.css ./dist/raw-styles.css && rm -rf ./dist/tools",
"dist:clean": "rm ./dist/global.css ./dist/raw-styles.css",
"dist:combine-styles": "concat-cli -f ./dist/*.css -o ./dist/raw-styles.css",
"dist:postcss": "postcss dist/raw-styles.css --output dist/styles.css",
"postBuild": "pnpm dist:combine-styles && pnpm dist:postcss",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ts-node": {
"moduleTypes": {
"src/Icon/bin/**/*": "cjs",
"bin/**/*": "cjs",
"bin/**/*": "cjs"
}
}
}
4 changes: 0 additions & 4 deletions packages/components/tsconfig.tools.json

This file was deleted.

0 comments on commit a2becc0

Please sign in to comment.