Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
gnbm committed Jan 2, 2024
1 parent c5496a4 commit 28a4c0f
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 28a4c0f

Please sign in to comment.