@golemio/waze-tt 1.3.3-dev.2265267054 → 1.3.3-dev.2276529745
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/waze-tt",
|
|
3
|
-
"version": "1.3.3-dev.
|
|
3
|
+
"version": "1.3.3-dev.2276529745",
|
|
4
4
|
"description": "Golemio Waze TT Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"build": "rimraf ./dist && tspc -p ./tsconfig.build.json",
|
|
9
9
|
"build-minimal": "run-s 'build -- --sourceMap false --declaration false'",
|
|
10
10
|
"build-watch": "run-s 'build -- --watch --preserveWatchOutput'",
|
|
11
|
+
"prepare-db": "echo \"Running tests...\"",
|
|
11
12
|
"test": "cross-env NODE_ENV=test mocha --check-leaks --timeout 120000 -r ts-node/register -r tsconfig-paths/register -r dotenv/config --file 'test/setup.ts' 'test/**/*.test.ts' --exit",
|
|
12
13
|
"test-debug": "run-s 'test -- --inspect-brk=9230'",
|
|
13
14
|
"code-coverage": "cross-env NODE_ENV=test nyc mocha --timeout 120000 -r ts-node/register -r tsconfig-paths/register -r source-map-support/register -r dotenv/config --file 'test/setup.ts' 'test/**/*.test.ts' --exit",
|