Explorar el Código

Add build script

master
Dylan Baker hace 5 años
padre
commit
97b2934d4d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      package.json

+ 1
- 0
package.json Ver fichero

@@ -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…
Cancelar
Guardar