Skip to content

Commit

Permalink
switch from yarn to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Oct 23, 2023
1 parent 60f2a15 commit e7bd989
Show file tree
Hide file tree
Showing 4 changed files with 1,631 additions and 1,476 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ all: lint test build
%.min.css: %.css
$(NODE_BIN)/cleancss -O1 --output $@ $<

node_modules: package.json $(wildcard yarn.lock)
yarn --cwd $(@D) --no-progress --frozen-lockfile --silent
node_modules: package.json $(wildcard pnpm.lock.yarn)
pnpm install -C $(@D) --silent --frozen-lockfile
touch $@

lint: | node_modules
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
"css-select": "~5",
"debounce": "^1.0.0",
"debug": "~4",
"domelementtype": "^2.3.0",
"domhandler": "~5",
"dynload": "^1.0.2",
"el-component": "^1.0.1",
"errorhandler": "^1.5.0",
Expand Down
Loading

0 comments on commit e7bd989

Please sign in to comment.