Skip to content

Commit a5a1a1d

Browse files
committed
fix
1 parent 2d6bc15 commit a5a1a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"mounts": [
1818
"source=${localWorkspaceFolderBasename}-pixi,target=${containerWorkspaceFolder}/.pixi,type=volume"
1919
],
20-
"postCreateCommand": "sudo chown vscode .pixi && pixi install && pixi develop && pixi run pre-commit install -f"
20+
"postCreateCommand": "sudo chown vscode .pixi && pixi install && pixi run develop && pixi run pre-commit install -f"
2121
}

0 commit comments

Comments
 (0)