[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
......@@ -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"
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment