Skip to content

Commit

Permalink
fix output dir for css
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Feb 3, 2025
1 parent 3fac36c commit 90e638c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"install-examples": "npm install && cd examples && npm install",
"watch": "npm-run-all --parallel watch:babel watch:css",
"watch:babel": "cross-env TS_NODE_PROJECT=tsconfig.es.json BABEL_ENV=es babel src --out-dir es --extensions .ts,.tsx,.js,.jsx --ignore 'src/test' --watch",
"watch:css": "postcss src/viewport/index.css --output es/style/style.css --watch",
"watch:css": "postcss src/viewport/index.css --output style/style.css --watch",
"gh-build": "npm run processCSS && cd examples && npm run build-example",
"lint": "eslint src/**",
"test": "vitest run",
Expand Down

0 comments on commit 90e638c

Please sign in to comment.