Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
139
Issues
139
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
21f75758
Verified
Commit
21f75758
authored
May 29, 2024
by
Przemyslaw Kaminski
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flake] fix flake to work on darwin
use yarn to install node deps
parent
57a17676
Pipeline
#6167
passed with stages
in 10 minutes and 19 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7742 additions
and
1 deletion
+7742
-1
flake.nix
flake.nix
+3
-1
yarn.lock
yarn.lock
+7739
-0
No files found.
flake.nix
View file @
21f75758
...
...
@@ -23,6 +23,7 @@
purescript
#spago-unstable
nodejs
yarn
nodePackages
.
npm
];
...
...
@@ -66,8 +67,9 @@
echo "Installing JS Dependencies"
#npm install
yarn
# https://docs.npmjs.com/cli/v9/commands/npm-ci
npm ci
#
npm ci
#npm/bin/npm install --dev
echo "Compiling"
...
...
yarn.lock
0 → 100644
View file @
21f75758
This diff is collapsed.
Click to expand it.
Przemyslaw Kaminski
@cgenie
mentioned in issue
#671
·
May 29, 2024
mentioned in issue
#671
mentioned in issue #671
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment