3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

Add yaml parse+mutate+reserialize test

This commit is contained in:
Dragory 2020-10-19 20:10:16 +03:00
parent 76f7658763
commit a8b105bdec
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
3 changed files with 39 additions and 2 deletions

View file

@ -5,6 +5,7 @@
"private": true,
"scripts": {
"watch": "cross-env NODE_ENV=development tsc-watch --onSuccess \"node start-dev.js\"",
"watch-yaml-parse-test": "cross-env NODE_ENV=development tsc-watch --onSuccess \"node dist/backend/src/yamlParseTest.js\"",
"build": "rimraf dist && tsc",
"start-bot-dev": "cross-env NODE_ENV=development node -r ./register-tsconfig-paths.js --unhandled-rejections=strict --inspect=127.0.0.1:9229 dist/backend/src/index.js",
"start-bot-prod": "cross-env NODE_ENV=production node -r ./register-tsconfig-paths.js --unhandled-rejections=strict dist/backend/src/index.js",
@ -66,6 +67,7 @@
"twemoji": "^12.1.4",
"typeorm": "^0.2.14",
"uuid": "^3.3.2",
"yawn-yaml": "github:dragory/yawn-yaml#string-number-fix-build",
"zlib-sync": "^0.1.7"
},
"devDependencies": {