Skip to content

Commit

Permalink
Merge pull request #295 from sa-si-dev/prep-release-1.0.41
Browse files Browse the repository at this point in the history
Increment version 1.0.41
  • Loading branch information
gnbm committed Jan 2, 2024
2 parents c5496a4 + 28a4c0f commit cfacddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"scripts": {
"start": "webpack --mode development --watch",
"build": "webpack --mode production",
"validate": "tsc | eslint src/**/*.js | stylelint src/sass/**/*.scss",
"validate": "tsc && eslint src/**/*.js && stylelint src/sass/**/*.scss",
"docs": "docsify serve docs",
"t": "docsify serve docs -p 3001 | cypress open --e2e -b chrome",
"test": "docsify serve docs -p 3001 | cypress run"
"t": "docsify serve docs -p 3001 && cypress open --e2e -b chrome",
"test": "docsify serve docs -p 3001 && cypress run"
},
"author": "Sa Si Dev",
"keywords": [
Expand Down

0 comments on commit cfacddf

Please sign in to comment.