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:
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user