Skip to content

Commit

Permalink
fix(rules): put rules back
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Jul 10, 2024
1 parent e5e6471 commit 4427259
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 @@ -31,7 +31,7 @@
"scripts": {
"build": "tsc -d -P tsconfig.objects.json",
"import": "npm-run-all import:system import:demoshop",
"import:system": "npm-run-all import:system:identity import:system:master import:system:extra",
"import:system": "npm-run-all import:system:rules import:system:identity import:system:master import:system:extra",
"import:system:rules": "node dataset.js import -d system -j rules",
"import:system:identity": "node dataset.js import -d system -j identity",
"import:system:master": "node dataset.js import -d system -j master",
Expand Down

0 comments on commit 4427259

Please sign in to comment.