Skip to content

Commit

Permalink
Merge pull request #149 from deriv-com/migration-script-fix
Browse files Browse the repository at this point in the history
Prince/custom script static
  • Loading branch information
ali-hosseini-deriv authored Sep 18, 2024
2 parents 4c6494e + 741e79b commit eccac6d
Show file tree
Hide file tree
Showing 4 changed files with 908 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"serve": "http-server ./dist -p 3456 --cors",
"serve": "npm run build && http-server ./dist -p 3456 --cors",
"ngrok": "ngrok http 3456",
"test-bundle": "npm run build; npm-run-all --parallel serve ngrok"
"ngrok-auth": "ngrok config add-authtoken $NGROK_TOKEN"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
Expand All @@ -30,4 +30,4 @@
"rollup-plugin-terser": "^7.0.2",
"vite": "^5.2.13"
}
}
}
1 change: 1 addition & 0 deletions src/js/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ import "./disclaimerAddClassname";
import "./mobileMenuAccordian";
import "./partnerAffiliate";
import "./loginFunctions";
import "./migration.js"
Loading

0 comments on commit eccac6d

Please sign in to comment.