Skip to content

Commit f318e1a

Browse files
wip
1 parent ee3aa8e commit f318e1a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
- name: Install dependencies
2323
run: yarn install
2424

25-
- name: Lint SCSS
26-
run: yarn lint-scss
25+
# - name: Lint JS
26+
# run: yarn lint:js
27+
28+
# - name: Lint JS
29+
# run: yarn lint:scss
2730

2831
# - name: Compile SASS
2932
# run: yarn compile-sass

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": false,
33
"name": "@outdoormap/frontend-utils",
44
"description": "Outdoormap > Front End Utilities",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"author": "OutdoorMap <support@outdoormap.com>",
77
"license": "MIT",
88
"main": "index.js",

0 commit comments

Comments
 (0)