diff --git a/package.json b/package.json
index 6d06109c2..874ee3d3c 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
},
"scripts": {
"build": "yarn workspace @okta/okta-auth-js build",
- "clean": "yarn clean-node-modules",
+ "clean": "yarn clean-dist && yarn clean-node-modules",
"clean-dist": "rimraf dist && lerna exec rimraf build2 && lerna exec rimraf dist",
"clean-node-modules": "lerna exec rimraf node_modules && rimraf node_modules",
"lint": "yarn workspaces run lint",
diff --git a/test/app/.gitignore b/test/app/.gitignore
index 22dea6242..174d81169 100644
--- a/test/app/.gitignore
+++ b/test/app/.gitignore
@@ -1,3 +1,5 @@
node_modules/
.yalc
-*.log
\ No newline at end of file
+*.log
+public/*.js
+public/*.map
diff --git a/test/app/public/index.html b/test/app/public/index.html
index ab7dab468..8a8827a65 100644
--- a/test/app/public/index.html
+++ b/test/app/public/index.html
@@ -12,5 +12,19 @@
bootstrapLanding();
Server-side Login Form
+
+ Static App