We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97c45c commit 7e10315Copy full SHA for 7e10315
packages/ferric/README.md
@@ -11,6 +11,6 @@ A wrapper around Cargo making it easier to produce prebuilt binaries targeting i
11
```json
12
"scripts": {
13
"build": "ferric build --cwd folder_path",
14
- "build:release": "npm run build --configuration release",
+ "build:release": "npm run build -- --configuration release",
15
},
16
```
0 commit comments