Skip to content

Commit

Permalink
测试Actions可否运行
Browse files Browse the repository at this point in the history
  • Loading branch information
Redapple-one committed Oct 25, 2024
1 parent eba0037 commit 3f1a678
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 @@ -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": "postcss ./src/input.css -o ./src/output.css"
"build": "sudo postcss ./src/input.css -o ./src/output.css"
}
}

0 comments on commit 3f1a678

Please sign in to comment.