Skip to content

Commit

Permalink
Up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Sep 2, 2023
1 parent a5f4c1e commit cc8600f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
"docs:build-vp": "vuepress build docs",
"docs:build": "npm run docs:api && npm run docs:build-vp",
"docs:deploy": "docs/deploy.sh",
"lint": "eslint . --ext .ts,.js",
"lint": "eslint . --ext .ts,.js && npm run lint:ts",
"check": "npm run lint && npm run test",
"check:ts": "tsc --noEmit",
"lint:ts": "tsc --noEmit",
"build": "npm run check && run-s build:* && npm run ts:check",
"build:js": "grapesjs-cli build --targets=\"> 1%, ie 11, safari 8, not dead\" --statsOutput=\"stats.json\" --localePath=\"src/i18n/locale\"",
"build:css": "sass src/styles/scss/main.scss dist/css/grapes.min.css --no-source-map --style=compressed --load-path=node_modules",
Expand Down

0 comments on commit cc8600f

Please sign in to comment.