Skip to content

Commit

Permalink
DS: make np work
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekSiemens committed Nov 18, 2021
1 parent d228401 commit 8bc3146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saasquatch/schema",
"version": "1.16.11",
"version": "1.16.10",
"main": "index.js",
"repository": "[email protected]:saasquatch/schema.git",
"author": "SaaSquatch <[email protected]>",
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"scripts": {
"deploy": "np --no-cleanup --no-yarn --any-branch",
"deploy": "np patch --no-cleanup --no-yarn --any-branch",
"deploy:alpha": "np prerelease --no-cleanup --no-yarn --any-branch --tag=alpha",
"version": "npm run generate && git add --all",
"generate": "npm run generate:version && npm run generate:types && npm run generate:yaml",
Expand Down

0 comments on commit 8bc3146

Please sign in to comment.