Skip to content

Commit

Permalink
fix: run tests on release
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jan 31, 2022
1 parent 2294ae1 commit 164c50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wessberg/polyfiller",
"version": "0.0.156",
"version": "0.0.155",
"description": "Never worry about polyfills again.",
"files": [
"dist/**/*.*",
Expand All @@ -23,7 +23,7 @@
"scripts:markdown-format-feature-names": "ts-node --project scripts/tsconfig.json scripts/markdown-format-feature-names.ts",
"preversion": "npm run build",
"version": "npm run generate:all && git add .",
"release": "np --no-cleanup --no-yarn --no-tests",
"release": "np --no-cleanup --no-yarn",
"update:check": "npx npm-check-updates -x np --dep dev,prod",
"update:commit": "npx npm-check-updates -u -x np,@types/node-fetch,node-fetch,find-up --dep dev,prod && npm update && npm install"
},
Expand Down
2 changes: 0 additions & 2 deletions src/service/api/api-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export class ApiService implements IApiService {

/**
* Launches the API.
*
* @returns
*/
async start(): Promise<void> {
await this.server.initialize();
Expand Down

0 comments on commit 164c50e

Please sign in to comment.