Skip to content

Commit

Permalink
[fix] NPM scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Nov 20, 2024
1 parent f765d1c commit 8727b30
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cell-router",
"version": "3.0.0",
"version": "3.0.1",
"license": "LGPL-3.0",
"description": "Web Component Router based on WebCell & MobX",
"keywords": [
Expand Down Expand Up @@ -58,14 +58,13 @@
"typescript": "~5.6.3"
},
"scripts": {
"prepare": "husky",
"install": "app-find chrome msedge firefox -c",
"prepare": "husky && app-find chrome msedge firefox -c",
"preview": "cd test/ && rimraf ../.parcel-cache/ dist/ && parcel --open",
"pack-preview": "cd test/ && rimraf ../.parcel-cache/ dist/ && parcel build --public-url=. --dist-dir=../docs/preview/",
"pack-dist": "rimraf dist/ && parcel build source/index.ts",
"test": "lint-staged && npm run pack-preview && jest --forceExit",
"pack-docs": "rimraf docs/ && typedoc source/",
"build": "npm run pack-dist && npm run pack-docs",
"build": "npm run pack-dist && npm run pack-docs && npm run pack-preview",
"help": "npm run pack-docs && web-server docs/ -o",
"prepublishOnly": "npm test && npm run build"
},
Expand Down

0 comments on commit 8727b30

Please sign in to comment.