Skip to content

Commit

Permalink
build as part of test run
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Jan 29, 2024
1 parent 5fe167d commit 9da7184
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 @@ -26,14 +26,14 @@
"url": "https://github.com/CartoDB/quadbin-js.git"
},
"scripts": {
"clean": "rm -r dist/*",
"clean": "rm -rf dist/*",
"build": "yarn clean && yarn build:cjs && yarn build:esm && yarn build:types && yarn build:umd",
"build:cjs": "tsc -p tsconfig/tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig/tsconfig.esm.json",
"build:types": "tsc -p tsconfig/tsconfig.types.json",
"build:umd": "webpack --config tsconfig/webpack.config.cjs",
"lint": "npx prettier --check src",
"test": "yarn lint && yarn test-fast",
"test": "yarn build && yarn lint && yarn test-fast",
"test-fast": "npx ts-node node_modules/tape/bin/tape test/**/*.spec.js"
},
"browser": {
Expand Down

0 comments on commit 9da7184

Please sign in to comment.