launchpad-ledger: Remove demo from types

This commit is contained in:
willclarktech 2020-09-10 13:13:51 +02:00
parent 521fdcc2ab
commit 461edfb358
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 1 additions and 2 deletions

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/*.spec.d.ts",
"move-types": "shx rm -rf ./types/* && shx mv build/types/* ./types && rm -rf ./types/testdata && shx rm -f ./types/*.demo.d.ts",
"format-types": "prettier --write --loglevel warn \"./types/**/*.d.ts\"",
"prebuild": "shx rm -rf ./build",
"build": "tsc",

View File

@ -1 +0,0 @@
export {};