Browse Source

Add build script

master
Dylan Baker 5 years ago
parent
commit
97b2934d4d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      package.json

+ 1
- 0
package.json View File

@@ -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…
Cancel
Save