Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Mar 7, 2025
1 parent 3e2acaa commit 9f6fd53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@
"lint": "run-p lint:*",
"lint:css": "stylelint --fix manual/assets/css/src",
"lint:js": "eslint --fix src manual/assets/js/src",
"lint:tsc": "tsc --noemit",
"lint:tsc": "tsc --noEmit",
"postcss": "postcss manual/assets/css/dist/index.css -o manual/assets/css/dist/index.css -c manual",
"prepublishOnly": "npm test",
"prewatch": "run-s clean build:css build:js",
"start": "hugo server -s manual -e development",
"test": "run-s lint clean build ava doc",
"watch": "run-p watch:* start",
"watch:css": "sass --no-source-map -I manual/assets/css/src/values manual/assets/css/src:manual/assets/css/dist -w",
"watch:tsc": "tsc --noemit --watch --preserveWatchOutput",
"watch:tsc": "tsc --noEmit --watch --preserveWatchOutput",
"watch:js": "node esbuild -w"
},
"peerDependencies": {
Expand Down

0 comments on commit 9f6fd53

Please # to comment.