|
22 | 22 | },
|
23 | 23 | "scripts": {
|
24 | 24 | "clean": "rimraf dist bundle-report.html",
|
25 |
| - "views": "gulp views $npm_package_config_tools", |
26 |
| - "scripts": "gulp scripts $npm_package_config_tools", |
27 |
| - "styles": "gulp styles $npm_package_config_tools", |
28 |
| - "start": "gulp start $npm_package_config_tools", |
29 |
| - "build": "yarn run clean && gulp build $npm_package_config_tools", |
30 |
| - "build:prod": "NODE_ENV=production yarn run build", |
| 25 | + "views": "NODE_OPTIONS=--openssl-legacy-provider gulp views $npm_package_config_tools", |
| 26 | + "scripts": "NODE_OPTIONS=--openssl-legacy-provider gulp scripts $npm_package_config_tools", |
| 27 | + "styles": "NODE_OPTIONS=--openssl-legacy-provider gulp styles $npm_package_config_tools", |
| 28 | + "start": "NODE_OPTIONS=--openssl-legacy-provider gulp start $npm_package_config_tools", |
| 29 | + "build": "NODE_OPTIONS=--openssl-legacy-provider yarn run clean && gulp build $npm_package_config_tools", |
| 30 | + "build:prod": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production yarn run build", |
31 | 31 | "lint:scss": "stylelint './src/**/*.scss'",
|
32 | 32 | "prettier:scss": "prettier-stylelint './src/**/*.scss' --write -q",
|
33 | 33 | "lint:js": "eslint './src/**/*.js' './tools/**/*.js' --max-warnings 0",
|
34 | 34 | "prettier:js": "yarn run lint:js --fix",
|
35 |
| - "prepublish": "yarn run build" |
| 35 | + "prepublish": "NODE_OPTIONS=--openssl-legacy-provider yarn run build" |
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 | 38 | "core-js": "^3.6.5",
|
|
67 | 67 | "stylelint-config-shopify": "^7.4.0",
|
68 | 68 | "webpack": "^4.44.2",
|
69 | 69 | "webpack-bundle-analyzer": "^3.9.0"
|
| 70 | + }, |
| 71 | + "resolutions": { |
| 72 | + "node-sass": "8.0.0" |
70 | 73 | }
|
71 | 74 | }
|
0 commit comments