2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

fix: npm build

This commit is contained in:
Nikolay Kost
2023-07-24 16:01:51 +02:00
committed by GitHub
parent 485bb11df0
commit 1ca3a629a2
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "npm run build && nx run-many --target=link && nx run-many --target=test",
"cover": "nx run-many --target=cover",
"build": "nx run-many --target=build",
"release": "npm build && changeset publish",
"release": "npm run build && changeset publish",
"lint": "nx run-many --target=link && npm run build && nx run-many --target=lint"
},
"author": {