Skip to content

Commit

Permalink
fix: buildchain (#5)
Browse files Browse the repository at this point in the history
* fix: hot fix buildchain

* docs: add changeset
  • Loading branch information
wrn14897 authored Feb 15, 2023
1 parent a08ca84 commit 967313a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-bananas-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@deploysentinel/cypress-quarantine': patch
---

fix: buildchain
5 changes: 5 additions & 0 deletions bin/release-script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

echo "Copying package deps..."
cp ./README.md ./dist
cp ./package.json ./dist
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,17 @@
"license": "MIT",
"version": "0.1.0",
"publishConfig": {
"access": "public"
"access": "public",
"directory": "dist"
},
"author": {
"name": "DeploySentinel"
},
"main": "./dist",
"typings": "./dist",
"files": [
"dist/*"
],
"scripts": {
"prepare": "husky install",
"clean": "rimraf coverage dist tmp",
"prebuild": "npm run clean",
"build": "NODE_ENV=production rollup -c rollup.config.js",
"postbuild": "./bin/release-script.sh",
"ci:unit": "jest --coverage",
"ci:lint": "yarn lint && yarn tsc --noEmit",
"dev:unit": "jest --watchAll",
Expand Down

0 comments on commit 967313a

Please sign in to comment.