Skip to content

Commit

Permalink
Merge pull request #95 from docknetwork/sdk-imports-2
Browse files Browse the repository at this point in the history
Use frozen lockfile for yarn install publish workflow, remove src from files list in package.json
  • Loading branch information
cykoder authored May 4, 2020
2 parents 8c333a1 + 4c3fcc1 commit 860f320
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: '10.x'
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn install --frozen-lockfile --ignore-scripts
- run: yarn build
- run: cp -rf dist/index.cjs.js src
- run: cp -rf dist/index.esm.js src
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
"jest": {
"testEnvironment": "node"
},
"files": [
"src"
],
"dependencies": {
"@polkadot/api": "1.9.1",
"@polkadot/util": "2.8.1",
Expand Down

0 comments on commit 860f320

Please sign in to comment.