|
3 | 3 | "version": "5.8.6", |
4 | 4 | "description": "Sync your bookmarks privately across browsers and devices", |
5 | 5 | "scripts": { |
6 | | - "build": "NODE_OPTIONS=--max-old-space-size=12000 gulp", |
7 | | - "build-win": "SET NODE_OPTIONS=--max-old-space-size=12000 & gulp", |
8 | | - "build-release": "NODE_OPTIONS=--max-old-space-size=12000 gulp release", |
9 | | - "build-release-win": "SET NODE_OPTIONS=--max-old-space-size=12000 & gulp release", |
10 | | - "watch": "NODE_OPTIONS=--max-old-space-size=12000 gulp watch", |
11 | | - "watch-win": "SET NODE_OPTIONS=--max-old-space-size=12000 & gulp watch", |
| 6 | + "build": "NODE_OPTIONS=--max-old-space-size=4096 gulp", |
| 7 | + "build-win": "SET NODE_OPTIONS=--max-old-space-size=4096 & gulp", |
| 8 | + "build-release": "NODE_OPTIONS=--max-old-space-size=4096 gulp release", |
| 9 | + "build-release-win": "SET NODE_OPTIONS=--max-old-space-size=4096 & gulp release", |
| 10 | + "watch": "NODE_OPTIONS=--max-old-space-size=4096 gulp watch", |
| 11 | + "watch-win": "SET NODE_OPTIONS=--max-old-space-size=4096 & gulp watch", |
12 | 12 | "test": "node --unhandled-rejections=strict test/selenium-runner.js", |
13 | 13 | "lint": "eslint --ext .js,.vue src", |
14 | 14 | "lint:fix": "eslint --ext .js,.vue src --fix", |
| 15 | + "typecheck": "tsc --noEmit", |
15 | 16 | "doiuse": "doiuse dist/js/css/*.css", |
16 | 17 | "supportedBrowsers": "echo \"module.exports = $(browserslist-useragent-regexp --allowHigherVersions);\" > supportedBrowsers.js" |
17 | 18 | }, |
|
0 commit comments