Fixed json

This commit is contained in:
Nicolai Ort 2021-03-01 17:19:51 +01:00
parent 4e5d5ae311
commit a1fbabdee8

View File

@ -8,9 +8,7 @@
"build": "rimraf ./dist && tsc && cp-cli ./src/templates ./dist/templates && cp-cli ./src/locales ./dist/locales", "build": "rimraf ./dist && tsc && cp-cli ./src/templates ./dist/templates && cp-cli ./src/locales ./dist/locales",
"licenses:export": "license-exporter --markdown", "licenses:export": "license-exporter --markdown",
"release": "release-it --only-version", "release": "release-it --only-version",
"translations:sort": "node sort_translations.js"//, "translations:sort": "node sort_translations.js"
// "test:speed": "start-server-and-test dev http://localhost:4010/docs/openapi.json test:speed:run",
// "test:speed:run": "ts-node src/tests/speedtest.ts"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -80,4 +78,4 @@
"publish": false "publish": false
} }
} }
} }