Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8438052

Browse files
Update README Contributor test
1 parent 3ae1ae6 commit 8438052

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎utils/build.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
import * as fs from 'fs';
2-
import path from 'path';
3-
import { getTableStr, getInfoList } from './string.js';
1+
import * as fs from "fs";
2+
import path from "path";
3+
import { getTableStr, getInfoList } from "./string.js";
44

55
const __dirname = path.resolve();
6-
const FILE_TO_UPDATE = path.resolve(__dirname, './README.md');
6+
const FILE_TO_UPDATE = path.resolve(__dirname, "./README.md");
77
const updateData = `# 프로그래머스 모든 문제 풀이
88
[![방문자수](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/codeisneverodd/programmers-coding-test&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=방문자수(Today/Total)&edge_flat=true)](https://github.com/codeisneverodd)
99
10+
🌱 Contributors
11+
1012
🌱 프로그래머스의 [코딩테스트 문제](https://programmers.co.kr/learn/challenges?tab=all_challenges)의 문제 풀이를 찾으실 수 있습니다.
1113
1214
🌱 모든 문제는 JavaScript로 풀이되며, 원하는 풀이는 아래에서 검색을 통해 찾으실 수 있습니다
@@ -95,4 +97,4 @@ ${getTableStr(5)}
9597
를 명시하여야합니다.
9698
`;
9799

98-
fs.writeFileSync(FILE_TO_UPDATE, updateData, 'utf-8');
100+
fs.writeFileSync(FILE_TO_UPDATE, updateData, "utf-8");

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /