We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76b556 commit 17848c0Copy full SHA for 17848c0
Makefile
@@ -31,6 +31,7 @@ lint: lint-node lint-githubactions lint-githubaction-scripts
31
32
clean:
33
rm -rf packages/cdkConstructs/lib
34
+ rm -f packages/cdkConstructs/NHSDigital-eps-cdk-constructs-1.0.0.tgz
35
36
deep-clean: clean
37
rm -rf .venv
@@ -53,3 +54,8 @@ aws-login:
53
54
55
test:
56
npm run test --workspace packages/cdkConstructs
57
+
58
+package:
59
+ npm run build --workspace packages/cdkConstructs
60
+ mkdir -p lib/
61
+ npm pack --workspace packages/cdkConstructs --pack-destination lib/
0 commit comments