Skip to content

Commit

Permalink
Chore: Use npm set script instead of node script
Browse files Browse the repository at this point in the history
  * we are using Node.js v16 with npm v7 now in our pipelines
  • Loading branch information
literat committed Nov 8, 2021
1 parent e51afc9 commit 7f788f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"version": "yarn changelog && yarn replace-version && git status && git add CHANGELOG.md README.md package.json ./dist && git status",
"postversion": "echo 'Check and push: `git push --set-upstream origin main && git push --tags`'",
"release": "yarn version --`./bin/ci/semver.sh`",
"replace-version": "node scripts/readme-replace-version.js",
"remove-prepare": "node scripts/remove-prepare.js"
"replace-version": "node scripts/readme-replace-version.js"
},
"dependencies": {
"@lmc-eu/spirit-design-tokens": "^0.4.0",
Expand Down
10 changes: 0 additions & 10 deletions scripts/remove-prepare.js

This file was deleted.

0 comments on commit 7f788f1

Please sign in to comment.