Skip to content

Commit

Permalink
some adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
evalenzuela-softx0 committed Feb 10, 2022
1 parent a20ac95 commit b6ad97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"build": "npm run build:css && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:css": "postcss src/assets/styles/input.css -o .dist/output.css",
"watch:css": "postcss src/assets/styles/input.css -o .dist/output.css"
"build:css": "postcss src/assets/styles/input.css -o ./dist/output.css",
"watch:css": "postcss src/assets/styles/input.css -o ./dist/output.css"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit b6ad97e

Please sign in to comment.