chore: update package.json

This commit is contained in:
Marton Lederer 2021-03-23 16:43:41 +01:00
parent 4149a72496
commit 4868381555
No known key found for this signature in database
GPG Key ID: 9B7FD44832ADFE95

View File

@ -11,7 +11,7 @@
},
"scripts": {
"build": "cross-env NODE_ENV=production node build.js",
"dev": " cross-env NODE_ENV=development node build.js",
"dev": "cross-env NODE_ENV=development node build.js",
"test": "yarn build && cd test && mocha 'index.js' --no-timeout --exit",
"fmt": "prettier --write .",
"fmt:check": "prettier --check ."