Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AmnestyAM authored Dec 3, 2024
1 parent 76f8c78 commit 5668e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:styles": "stylelint \"src/**/*.scss\"",
"lint": "yarn lint:scripts; yarn lint:styles",
"env": "yarn dlx @wordpress/env",
"build:css": "webpack --config private/webpack.config.js --env entry=style"
"build:css": "webpack --config webpack.config.js --env entry=style"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
Expand Down

0 comments on commit 5668e8e

Please sign in to comment.