mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-06-19 18:23:57 +08:00
add a script to clear out compiled ts
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"description": "Firebase library for React",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"clean": "find ./ -name '**.js' -delete && find ./ -name '**.jsx' -delete && find ./ -name '**.map' -delete",
|
||||
"build": "tsc index.ts --lib DOM,ES2018 --sourceMap --declaration --jsx react",
|
||||
"test": "jest",
|
||||
"watch": "tsc index.ts --lib DOM,ES2018 --watch --sourceMap --declaration --jsx react",
|
||||
|
||||
Reference in New Issue
Block a user