Skip to content

Commit a3ff904

Browse files
build(npm): cleanup/gitignore files & switch to pnpm
1 parent c8c6c50 commit a3ff904

File tree

4 files changed

+2670
-7187
lines changed

4 files changed

+2670
-7187
lines changed

.devcontainer/supporting_files/scripts/post-create.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# NOTE: This file will be executed as remoteUser (devcontainer.json)
33
echo "=> Script: post-create.sh Executed by: $(whoami)"
44

5-
npm install --silent --global gulp-cli commitizen@latest cz-conventional-changelog@latest
5+
npm install -g pnpm
6+
pnpm add -g gulp-cli commitizen@latest cz-conventional-changelog@latest
67

78
# shellcheck source=/dev/null
89
source ~/.zshrc

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,7 @@ venv.bak/
109109

110110
# node_modules
111111
node_modules
112+
package-lock.json
113+
.pnpm-store
112114

113115
requirements.txt

0 commit comments

Comments
 (0)