File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ FIREFOX_MANIFEST = ./manifest.firefox.json
1010DENO_DEV = NODE_ENV=development deno run --watch
1111DENO_PROD = NODE_ENV=production deno run
1212DENO_OPTIONS = --allow-env --allow-read --allow-run
13- BUILD_SCRIPT = ./build.ts
1413OUTPUT_DIR = ./public/
1514BUILD_DIR = ./public/build/
15+ BUILD_SCRIPT = ./build.ts
1616
1717clean :
1818 rm -rf ./node_modules ./deno.lock $(BUILD_DIR ) $(CHROME_ZIP ) $(FIREFOX_ZIP )
Original file line number Diff line number Diff line change 2828 " tests/" ,
2929 " public/*.html" ,
3030 " build.ts" ,
31- " deno.json" ,
32- " package.json" ,
33- " manifest.chrome.json" ,
34- " manifest.firefox.json" ,
35- " tsconfig.json"
31+ " *.json"
3632 ]
3733 },
3834 "imports" : {
Original file line number Diff line number Diff line change 1515 "typeRoots" : [" node_modules/@types" , " src/@types" ],
1616 "baseUrl" : " ."
1717 },
18- "include" : [" src/**/*" , " src/**/*.vue " ],
18+ "include" : [" src/**/*" , " build.ts " ],
1919 "exclude" : [
2020 " public" ,
2121 " **/~*.ts"
You can’t perform that action at this time.
0 commit comments