tests
This commit is contained in:
@ -4,8 +4,9 @@
|
||||
"main": "dist/lib.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"watch": "webpack -w",
|
||||
"build": "rm -rf dist && webpack",
|
||||
"watch": "rm -rf dist && webpack -w",
|
||||
"clean": "rm -rf dist",
|
||||
"test": "ts-mocha --type-check -j 1 --timeout 5s test/test.*.ts",
|
||||
"test-browser": "ts-node test/browser/server.ts",
|
||||
"lint": "eslint ."
|
||||
|
Reference in New Issue
Block a user