Movatterモバイル変換


[0]ホーム

URL:


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

Commit0e8aa2b

Browse files
committed
🔨 Fix typo
prepublish script- 전에 static 파일을 dist로 복사하는 과정이 있었는데- 사용하지 않으면서 cp를 제거 했어야 하는데, static만 제거해서 에러가 발생- cp를 모두 제거해서 버그 수정
1 parentb387494 commit0e8aa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:watch":"jest --watch",
1212
"coverage":"jest --coverage",
1313
"lint":"eslint --ext .js,.vue src",
14-
"prepublish":"npm run build && cp -R dist",
14+
"prepublish":"npm run build",
1515
"publish":"git checkout gh-pages && rm -rf js && mv dist/* . && rm -r dist && git add . && git commit -m Publish && git push",
1616
"postpublish":"git checkout master"
1717
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp