about summary refs log tree commit diff
path: root/website/goals/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'website/goals/package.json')
-rw-r--r--website/goals/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/website/goals/package.json b/website/goals/package.json
index ced454a8a315..c812e9a38ecd 100644
--- a/website/goals/package.json
+++ b/website/goals/package.json
@@ -4,11 +4,13 @@
   "main": "index.js",
   "license": "MIT",
   "scripts": {
-    "dev": "npx parcel src/index.html & npx tsc --watch --noEmit"
+    "dev": "parcel src/index.html & npx tsc --watch --noEmit",
+    "prettier": "prettier --ignore-path .gitignore --write \"**/*.{js,ts,jsx,tsx,html,css.json}\""
   },
   "devDependencies": {
     "@types/node": "^13.9.3",
     "parcel-bundler": "^1.12.4",
+    "prettier": "^2.0.2",
     "tailwindcss": "^1.2.0",
     "typescript": "^3.8.3"
   },