File tree Expand file tree Collapse file tree 2 files changed +25
-42
lines changed Expand file tree Collapse file tree 2 files changed +25
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 195195 "test" : " vitest --silent" ,
196196 "test-not-silent" : " vitest" ,
197197 "new-test" : " vitest" ,
198- "test-esm" : " node ./scripts/test-esm.mjs && ./scripts/checkdeps.mjs && ./scripts/checkimports.mjs" ,
199- "pack-internal" : " echo TODO maybe set an environment variable"
198+ "test-esm" : " node ./scripts/test-esm.mjs && ./scripts/checkdeps.mjs && ./scripts/checkimports.mjs"
200199 },
200+ "files" : [
201+ " bin" ,
202+ " browser" ,
203+ " config" ,
204+ " dist" ,
205+ " nextjs" ,
206+ " react" ,
207+ " react-auth0" ,
208+ " react-clerk" ,
209+ " server" ,
210+ " src" ,
211+ " values" ,
212+ " CHANGELOG.md" ,
213+ " LICENSE" ,
214+ " README.md" ,
215+ " browser-bundle.js" ,
216+ " package.json" ,
217+ " tsconfig.json" ,
218+ " !*.test.*" ,
219+ " !test" ,
220+ " !test_fixtures" ,
221+ " !client_node_test_helpers.*" ,
222+ " !src/bundler/.eslintrc.cjs"
223+ ],
201224 "keywords" : [
202225 " convex" ,
203226 " database" ,
You can’t perform that action at this time.
0 commit comments