We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2226a13 commit 18e5b5eCopy full SHA for 18e5b5e
1 file changed
package.json
@@ -7,7 +7,7 @@
7
"build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
8
"build-debug": "npm run build --",
9
"build-release": "npm run build -- --release",
10
- "project:install": "npm run build-release",
+ "install": "npm run build-release",
11
"rs:test": "cargo test",
12
"js:test": "jest --runInBand"
13
},
0 commit comments