Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Disable bundling
Browse files Browse the repository at this point in the history
[changelog:removed]
  • Loading branch information
cdupuis committed Apr 21, 2021
1 parent bd8c329 commit 9c1c1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint:fix": "run-p lint:eslint:fix lint:prettier:fix",
"lint:prettier": "prettier --list-different \"**/*.{graphql,json,markdown,md,yaml,yml}\"",
"lint:prettier:fix": "prettier --write \"**/*.{graphql,json,markdown,md,yaml,yml}\"",
"skill": "run-s compile test skill:generate skill:bundle skill:package",
"skill": "run-s compile test skill:generate skill:package",
"skill:bundle": "atm-skill bundle",
"skill:clean": "atm-skill clean",
"skill:generate": "atm-skill generate",
Expand Down

0 comments on commit 9c1c1bb

Please sign in to comment.