Skip to content

Commit

Permalink
Add watch script for js/css updates on change
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
  • Loading branch information
MoonE committed Sep 15, 2023
1 parent 303467e commit e3112d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"scripts": {
"postinstall": "yarn run build",
"build": "webpack",
"watch": "webpack --watch",
"css-lint": "stylelint \"public/themes/**/scss/*.scss\" \"public/setup/scss/*.scss\"",
"js-lint": "eslint js/src test/javascript jest.config.cjs",
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
Expand Down

0 comments on commit e3112d5

Please sign in to comment.