Peter Schmidler

Results 8 comments of Peter Schmidler

My current workflow is based on npm for the frontend end backend, either with a node.js middleware or with a build system like gulp.js. I'm hesitating to introduce a secondary...

It would still be very nice to use cmd-B without a cakefile, as it works with Less. It would be cool to simply remember one shortcut. Is there any easy...

I think this would fix: https://github.com/hicetnunc2000/hicetnunc/pull/415

I tried to deploy with the gitlab-ci file from the pull request but the deploy failed at the first step. Before I used a simple deploy script like this but...

Hey, thanks for following up! The format- and lint-jobs fail because `npm ru ci` fails with `Missing script: "ci"`, and all the other steps don't even run.

``` Running with gitlab-runner 17.0.0 (44feccdf)  on docker-runner xdE67sqh, system ID: s_5cfd43bdb783 section_start:1718111547:prepare_executor Preparing the "docker" executor Using Docker executor with image node:20.10.0 ... Pulling docker image node:20.10.0 ......

It's a private Gitlab Server, but I just started from scratch cloning the repo, merging the gitlab-ci branch into master and run the pipeline, so there should be no files...