Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Sep 8, 2024
1 parent ebfba9d commit 6f14096
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"css": "postcss --no-map src/*.css --dir dist",
"inject": "node ./tools/inject.mjs",
"ts": "rollup --config rollup.config.mjs",
"test": "eslint ."
"test": "eslint .",
"prepare": "npm run build"
},
"files": [
"dist",
Expand Down

0 comments on commit 6f14096

Please sign in to comment.