We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1fc7c commit e78aad2Copy full SHA for e78aad2
package.json
@@ -14,12 +14,10 @@
14
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
15
"scripts": {
16
"build": "react-scripts build",
17
- "build:n17": "react-scripts --openssl-legacy-provider build",
18
"changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",
19
"eject": "react-scripts eject",
20
"lint": "eslint \"src/**/*.js\"",
21
"start": "react-scripts start",
22
- "start:n17": "react-scripts --openssl-legacy-provider start",
23
"test": "react-scripts test",
24
"test:cov": "npm test -- --coverage --watchAll=false",
25
"test:debug": "react-scripts --inspect-brk test --runInBand"
0 commit comments