Skip to content

Commit

Permalink
chore: preversion -> prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Mar 24, 2021
1 parent 606241c commit 03f3617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/splitview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build": "npm run build:ci && npm run build:modulefiles",
"clean": "rimraf dist/ .build/",
"docs": "typedoc",
"preversion": "npm run rebuild && npm run test",
"prepack": "npm run rebuild && npm run test",
"rebuild": "npm run clean && npm run build",
"test": "cross-env ../../node_modules/.bin/jest --selectProjects dockview",
"test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview --coverage"
Expand Down

0 comments on commit 03f3617

Please sign in to comment.