Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
pika pack is out of date and unmaintained, meaning that the version of `np` that it uses doesn't quite work as expected. Eventually this will need to be replaced with something more actively maintained.
  • Loading branch information
Saeris committed Nov 27, 2021
1 parent f1f1cc4 commit a9d818e
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 21 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build": "pika build",
"build:docs": "fiddly",
"lint": "yarn test:lint",
"release": "pika publish",
"release": "pika build && np --contents pkg/",
"start": "vercel dev",
"test": "yarn test:lint && yarn test:typecheck && yarn test:unit",
"test:lint": "eslint \"./src/**/*.{j,t}s?(x)\"",
Expand Down Expand Up @@ -68,6 +68,7 @@
"js-sha256": "^0.9.0",
"lint-staged": "^12.1.2",
"micro": "^9.3.4",
"np": "^7.6.0",
"prettier": "2.4.1",
"supertest": "^6.1.6",
"typescript": "4.4.4",
Expand Down
Loading

1 comment on commit a9d818e

@vercel
Copy link

@vercel vercel bot commented on a9d818e Nov 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.