Merge branch 'develop' into feature/rowy-706-table-upgrade

This commit is contained in:
Sidney Alcantara
2022-11-22 17:39:01 +11:00

View File

@@ -89,7 +89,7 @@
"env": "node createDotEnv",
"target": "firebase target:apply hosting rowy",
"deploy": "firebase deploy --only hosting",
"typedoc": "typedoc src/atoms/tableScope/index.ts src/atoms/globalScope/index.ts --out typedoc"
"typedoc": "typedoc src/atoms/projectScope/index.ts src/atoms/tableScope/index.ts --out typedoc"
},
"engines": {
"node": "^16"