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
10
10
DENO_DEV = NODE_ENV=development deno run --watch
11
11
DENO_PROD = NODE_ENV=production deno run
12
12
DENO_OPTIONS = --allow-env --allow-read --allow-run
13
- BUILD_SCRIPT = ./build.ts
14
13
OUTPUT_DIR = ./public/
15
14
BUILD_DIR = ./public/build/
15
+ BUILD_SCRIPT = ./build.ts
16
16
17
17
clean :
18
18
rm -rf ./node_modules ./deno.lock $(BUILD_DIR ) $(CHROME_ZIP ) $(FIREFOX_ZIP )
Original file line number Diff line number Diff line change 28
28
" tests/" ,
29
29
" public/*.html" ,
30
30
" build.ts" ,
31
- " deno.json" ,
32
- " package.json" ,
33
- " manifest.chrome.json" ,
34
- " manifest.firefox.json" ,
35
- " tsconfig.json"
31
+ " *.json"
36
32
]
37
33
},
38
34
"imports" : {
Original file line number Diff line number Diff line change 15
15
"typeRoots" : [" node_modules/@types" , " src/@types" ],
16
16
"baseUrl" : " ."
17
17
},
18
- "include" : [" src/**/*" , " src/**/*.vue " ],
18
+ "include" : [" src/**/*" , " build.ts " ],
19
19
"exclude" : [
20
20
" public" ,
21
21
" **/~*.ts"
You can’t perform that action at this time.
0 commit comments