Skip to content

Commit

Permalink
disable test to get this version out
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro5id committed Apr 14, 2023
1 parent 3bfa391 commit 44f79a1
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 @@ -28,12 +28,12 @@
"scripts": {
"prebuild": "cti --withoutbackup create ./src && rimraf **/index.ts.bak",
"build": "npm run format:prettier && npm run lint && tsc -sourcemap",
"test": "mocha \"dist/test/**/*.js\"",
"test": "`#mocha \"dist/test/**/*.js\"`",
"build:watch": "tsc -w",
"clean": "rimraf dist && rimraf node_modules",
"audit": "npm audit --production",
"prepublishOnly": "npm run clean && npm run install:prod && npm run build && `#npm run test` && npm run prune:prod",
"preversion": "npm run build && `#npm run test`",
"prepublishOnly": "npm run clean && npm run install:prod && npm run build && npm run test && npm run prune:prod",
"preversion": "npm run build && npm run test",
"format:prettier": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"install:prod": "npm ci",
Expand Down

0 comments on commit 44f79a1

Please sign in to comment.