Skip to content

Commit 6305212

Browse files
committed
build: Remove CSS build step from package scripts
1 parent b27b1c9 commit 6305212

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"src/**/*"
2828
],
2929
"scripts": {
30-
"build": "npm run build:ts && npm run build:css",
31-
"build:css": "postcss src/style.css -o dist/style.css",
30+
"build": "npm run build:ts",
3231
"build:ts": "tsc",
3332
"format": "prettier --write . --config ./.prettierrc",
3433
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\"",

0 commit comments

Comments
 (0)