Skip to content

Commit

Permalink
build: added lint test to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hayes committed Dec 17, 2020
1 parent fc887f6 commit c2de4b6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
11 changes: 11 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"types": [
{"type":"feat","section":":rocket: Features"},
{"type":"fix","section":":bug: Bug Fixes"},
{"type":"docs","section":":memo: Documentation"},
{"type":"wrench","section":":wrench: Config"},
{"type":"test","section":"Tests", "hidden": false},
{"type":"build","section":":memo: Build System", "hidden": false},
{"type":"ci","hidden":true}
]
}
17 changes: 0 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +0,0 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.2 (2020-12-17)


### Features

* get cart state ([1f423ca](https://github.com/hayes0724/shopify-cart-fetch/commit/1f423ca27f413e74409602cad282de5ac49eea11))

### 0.0.1 (2020-12-17)


### Features

* get cart state ([1af07a7](https://github.com/hayes0724/shopify-cart-fetch/commit/1af07a7947a644084faa1cbd6a169a1f8daee054))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopify-cart-fetch",
"version": "0.0.2",
"version": "0.0.3",
"description": "Shopify Cart API with zero dependencies, TypeScript, lightweight and modular",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -15,7 +15,7 @@
"url": "https://github.com/charto/docts/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "npm run lint",
"build": "webpack",
"watch": "webpack --watch",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
Expand Down

0 comments on commit c2de4b6

Please sign in to comment.