We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a0130 commit a8d4620Copy full SHA for a8d4620
1 file changed
packages/latex-extension/package.json
@@ -24,7 +24,7 @@
24
"lint:styles": "stylelint './**/*.{css,scss}' --allow-empty-input",
25
"lint:prettier": "prettier --check './**/*.{js,jsx,mjs,ts,tsx,css,scss}'",
26
"test": "exit 0",
27
- "prepublishOnly": "pnpm run lint && pnpm run clean && pnpm run build"
+ "prepublishOnly": "nx lint && nx clean && nx build"
28
},
29
"exports": {
30
".": {
0 commit comments