Skip to content

Commit

Permalink
一定一定别报错
Browse files Browse the repository at this point in the history
  • Loading branch information
Redapple-one authored Oct 25, 2024
1 parent ef0850f commit 2681ba6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Empty file modified node_modules/.bin/postcss
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"scripts": {
"dev": "sudo npx postcss ./src/input.css -o ./src/output.css -w",
"dev-win": "npx postcss ./src/input.css -o ./src/output.css -w",
"build": "sudo npx postcss ./src/input.css -o ./src/output.css"
"build": "npx postcss ./src/input.css -o ./src/output.css"
}
}

0 comments on commit 2681ba6

Please sign in to comment.