1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

chore(workflow): remove 'package:lib' script

This commit is contained in:
Yury Shkoda
2021-10-20 15:32:35 +03:00
parent fd2092ecf3
commit 19c60c4c98
2 changed files with 2 additions and 3 deletions

View File

@@ -29,6 +29,6 @@ jobs:
run: npm test
- name: Build Package
working-directory: ./api
run: npm run package:lib
run: npm run build
env:
CI: true

View File

@@ -11,8 +11,7 @@
"prepare": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true",
"test": "mkdir -p tmp && jest --coverage",
"lint:fix": "npx prettier --write \"src/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\"",
"lint": "npx prettier --check \"src/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\"",
"package:lib": "npm run build && cp ./package.json build && cp README.md build && cd build && npm version \"5.0.0\" && npm pack"
"lint": "npx prettier --check \"src/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\""
},
"release": {
"branches": [