Skip to content

Commit

Permalink
Merge pull request #253 from milahu/patch-2
Browse files Browse the repository at this point in the history
restore the prepare script "npm run build"
  • Loading branch information
taoqf committed Oct 25, 2023
2 parents 331b908 + cd3fcd7 commit e2fa570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -22,9 +22,9 @@
"reset": "yarn run clean:global && yarn install && yarn build",
"--------------- ": "",
"test:target": "mocha --recursive \"./test/tests\"",
"test:ci": "cross-env TEST_TARGET=dist yarn run test:target",
"test:ci": "cd test && yarn install && cd .. && cross-env TEST_TARGET=dist yarn run test:target",
"posttest": "yarn run benchmark",
"prepare": "cd test && yarn install",
"prepare": "npm run build",
"release": "standard-version && git push --follow-tags origin main"
},
"keywords": [
Expand Down

0 comments on commit e2fa570

Please sign in to comment.