Fix package.json

old
Javi Velasco 2017-09-01 17:56:54 +02:00
parent 6d43f884fd
commit e1f320c580
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@
"release": "bumped release",
"start": "cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server",
"ts": "tsc",
"tsd": "cpx \"./components/**/*.d.ts\" ./lib"
"tsd": "cpx \"./components/**/*.d.ts\" ./lib",
"test": "jest",
"test:watch": "jest --watch --no-watchman"
},