Skip to content

Commit

Permalink
Only include specific files in npm package.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Apr 1, 2024
1 parent 229198a commit 41cbaa6
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 @@ -41,5 +41,6 @@
"test-postgres": "bin/test-on-postgres",
"test-e2e": "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/**"]
}

0 comments on commit 41cbaa6

Please sign in to comment.