Skip to content

Commit 71a5e51

Browse files
authored
package.json의 script에 pretest부분을 추가함 (#127)
* package.json의 script에 pretest부분을 추가함 * script에 prebuild 부분을 추가했습니다
1 parent 4c99637 commit 71a5e51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: package.json

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"typescript": "^3.8.3"
2424
},
2525
"scripts": {
26+
"prebuild": "rm -rf bin",
27+
"pretest": "npm run build",
2628
"test": "npx markdownlint . && node ./bin/lint '**/*.md'",
2729
"lint": "npm run test",
2830
"lint-beta": "npm run build && node ./bin/lint '**/*.md'",

0 commit comments

Comments
 (0)