소스 검색

Add build script

master
Dylan Baker 5 년 전
부모
커밋
97b2934d4d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      package.json

+ 1
- 0
package.json 파일 보기

@@ -3,6 +3,7 @@
3 3
   "version": "0.1.0",
4 4
   "description": "A CSS preprocessor with a Lisp-inspired syntax",
5 5
   "scripts": {
6
+    "build": "tsc",
6 7
     "test": "ts-node ./node_modules/.bin/tape ./src/tests/**/*.test.ts | tap-dot",
7 8
     "prettier": "prettier --write ./**/*.ts"
8 9
   },

Loading…
취소
저장