ソースを参照

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
   },

読み込み中…
キャンセル
保存