Skip to content

Commit

Permalink
Nit: package.json layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Sep 17, 2024
1 parent 5b0cd57 commit e392232
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,11 @@
"test-e2e": "SECRET=testing NODE_OPTIONS='--experimental-fetch --no-warnings' nbb --classpath src src/sitefoxtest/e2etests.cljs",
"watch": "SECRET=watching TESTING=1 shadow-cljs watch test"
},
"files": ["shadow-cljs.edn", "deps.edn", "src/**", "bin/**", "docs/**"]
"files": [
"shadow-cljs.edn",
"deps.edn",
"src/**",
"bin/**",
"docs/**"
]
}

0 comments on commit e392232

Please sign in to comment.