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 bd01329 commit f445c4fCopy full SHA for f445c4f
package.json
@@ -41,8 +41,8 @@
41
"build": "unbuild",
42
"stub": "unbuild --stub",
43
"release": "release-it",
44
- "cm": "cross-env CG_DEBUG=activation esno scripts/cm-script.ts",
45
- "cup": "cross-env CG_DEBUG=activation esno scripts/cup-script.ts"
+ "cm": "npx cross-env CG_DEBUG=activation esno scripts/cm-script.ts",
+ "cup": "npx cross-env CG_DEBUG=activation esno scripts/cup-script.ts"
46
},
47
"keywords": [
48
"CodeGenius",
0 commit comments