We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765cb82 commit bf015b7Copy full SHA for bf015b7
1 file changed
Makefile
@@ -98,8 +98,8 @@ config:: _install-dependencies version # Configure development environment (main
98
npm install
99
(cd docs && make install && cd ..)
100
101
-test-component:
102
- (cd tests && npm install && npm run test:component)
+#test-component: To Be discussed with Infra on AWS credentials @Pipeline
+# (cd tests && npm install && npm run test:component)
103
104
version:
105
rm -f .version
0 commit comments