launchpad-ledger: Remove demo from types

This commit is contained in:
willclarktech
2020-09-15 10:47:02 +02:00
parent 521fdcc2ab
commit 461edfb358
2 changed files with 1 additions and 2 deletions
+1 -1
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",
-1
View File
@@ -1 +0,0 @@
export {};