소스 검색

chore: added build command

tags/1.2.3
Shivam Mishra 6 년 전
부모
커밋
81c042649c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      package.json

+ 2
- 1
package.json 파일 보기

@@ -15,7 +15,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "rollup -c --watch",
"dev": "npm-run-all --parallel watch"
"dev": "npm-run-all --parallel watch",
"build": "rollup -c"
},
"repository": {
"type": "git",


불러오는 중...
취소
저장