fix: ability to open a new tab on iOS Safari (#1516)
* fix: ability to open a new tab on iOS Safari * chore: fix `https deprecation` warning * chore: better variable naming
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
"format": "prettier --write src/javascripts",
|
||||
"lint": "NODE_OPTIONS=\"--max-old-space-size=4096\" eslint src/javascripts",
|
||||
"start": "webpack-dev-server --config web.webpack.dev.js",
|
||||
"start-secure": "yarn start --server-type https",
|
||||
"test": "jest --config jest.config.js --coverage",
|
||||
"tsc": "tsc --project tsconfig.json",
|
||||
"upgrade:snjs": "ncu -u '@standardnotes/*'",
|
||||
|
||||
Reference in New Issue
Block a user