Skip to content

Commit

Permalink
feat(DEV-45): test by ignoring all artifacts that command still works
Browse files Browse the repository at this point in the history
  • Loading branch information
hhimanshu committed Jul 29, 2021
1 parent b74326b commit 969ce47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!package.json
!bin/setup-project.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "jest --config jest.config.ts",
"test:watch": "jest --watchAll --config jest.config.ts",
"start": "webpack serve --config webpack.dev.js ",
"start": "webpack serve --open --config webpack.dev.js ",
"start:prod": "npx -y serve -s dist",
"build": "rm -rf dist && webpack --config webpack.prod.js",
"generateAssetLinks": "ts-node scripts/generateAssetLinks.ts",
Expand Down

1 comment on commit 969ce47

@vercel
Copy link

@vercel vercel bot commented on 969ce47 Jul 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.