mirror of
https://github.com/diced/zipline.git
synced 2025-12-12 07:40:45 -08:00
feat(v4.2.1): version
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
name = "zipline-dev";
|
name = "zipline";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
nodejs
|
nodejs
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "zipline",
|
"name": "zipline",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "4.2.0",
|
"version": "4.2.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "cross-env pnpm run --stream \"/^build:.*/\"",
|
"build": "cross-env pnpm run --stream \"/^build:.*/\"",
|
||||||
"build:prisma": "prisma generate --no-hints",
|
"build:prisma": "prisma generate --no-hints",
|
||||||
|
|||||||
Reference in New Issue
Block a user