Kiko Beats 2017-04-05 11:29:23 +02:00
parent 4b713c3483
commit fdd7873d15
No known key found for this signature in database
GPG Key ID: 8FA93B22CCF04B96
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@
"prepublish": "npm run build",
"release": "bumped release",
"start": "cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server",
"test": "node node_modules/.bin/jest --maxWorkers 4",
"test:watch": "node node_modules/.bin/jest --watch --no-watchman",
"test": "jest",
"test:watch": "jest --watch --no-watchman",
"tsd": "cpx \"./components/**/*.d.ts\" ./lib"
},
"license": "MIT",