File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
" dist/**/*"
9
9
],
10
10
"scripts" : {
11
- "build" : " cp ./src/css/*.css ./ dist && tsc " ,
11
+ "build" : " tsc && cp ./src/css/*.css dist/ " ,
12
12
"clean" : " rm -rf ./dist/" ,
13
13
"semantic-release" : " semantic-release" ,
14
14
"typecheck" : " tsc --noEmit" ,
15
15
"notion-download" : " node dist/index.js" ,
16
16
"test" : " ts-node --compiler-options \" {\\\" module\\\" : \\\" commonjs\\\" }\" src/index.ts" ,
17
17
"// test out with my sample notion db" : " " ,
18
- "sample" : " cross-var ts-node --compiler-options \" {\\\" module\\\" : \\\" commonjs\\\" }\" src/index.ts -n %NOTION_PULL_INTEGRATION_TOKEN% -r %NOTION_PULL_ROOT_PAGE% -m ./temp -i ./temp_img /inner -p /inner/" ,
18
+ "sample" : " cross-var ts-node --compiler-options \" {\\\" module\\\" : \\\" commonjs\\\" }\" src/index.ts -n %NOTION_PULL_INTEGRATION_TOKEN% -r %NOTION_PULL_ROOT_PAGE% -m ./sample -i ./sample_img /inner -p /inner/" ,
19
19
"postinstall" : " patch-package"
20
20
},
21
21
"repository" : {
Original file line number Diff line number Diff line change 14
14
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
15
15
// "sourceMap": true, /* Generates corresponding '.map' file. */
16
16
// "outFile": "./", /* Concatenate and emit output to single file. */
17
- "outDir" : " ./ dist/ " , /* Redirect output structure to the directory. */
17
+ "outDir" : " dist" , /* Redirect output structure to the directory. */
18
18
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
19
19
// "composite": true, /* Enable project compilation */
20
20
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
69
69
"forceConsistentCasingInFileNames" : true , /* Disallow inconsistently-cased references to the same file. */
70
70
"resolveJsonModule" : true , /* include our version.json file */
71
71
},
72
- "include" : [" src/**/*.ts" , " src/**/*.json" , " test/**/*.ts" ]
72
+ "include" : [" src/**/*.ts" , " src/**/*.json" , " test/**/*.ts" ],
73
73
}
You can’t perform that action at this time.
0 commit comments