launchpad-ledger: Adjust build script

This commit is contained in:
willclarktech 2020-09-09 16:53:31 +02:00
parent 59a02aa6e4
commit fbe1b2fa5f
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -28,7 +28,7 @@
"format-text": "prettier --write --prose-wrap always --print-width 80 \"./*.md\"",
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"",
"lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",
"move-types": "shx rm -rf ./types/* && shx mv build/types/* ./types && rm -rf ./types/testdata && shx rm -f ./types/*.{demo,spec}.d.ts && shx rm ./types/**/*.spec.d.ts",
"move-types": "shx rm -rf ./types/* && shx mv build/types/* ./types && rm -rf ./types/testdata && shx rm -f ./types/*.spec.d.ts",
"format-types": "prettier --write --loglevel warn \"./types/**/*.d.ts\"",
"prebuild": "shx rm -rf ./build",
"build": "tsc",